ForFarm/frontend
Sirin Puenggun 21f81e4c78
Merge pull request #34 from ForFarmTeam/documetation-setup
Documetation setup, rewrite dockerfile and compose, manifest and add healthcheck
2025-04-04 23:42:45 +07:00
..
api fix: show blog in hub page 2025-04-04 21:14:52 +07:00
app Merge pull request #34 from ForFarmTeam/documetation-setup 2025-04-04 23:42:45 +07:00
components ui: apply markdown to chatbot 2025-04-04 22:36:20 +07:00
context feat: use cookie instead of localstorage for token 2025-02-14 00:02:49 +07:00
hooks feat: use cookie instead of localstorage for token 2025-02-14 00:02:49 +07:00
lib ui: add ui placeholder for marketplace 2025-03-12 16:01:50 +07:00
public ui: update landing page 2025-03-06 22:26:43 +07:00
schemas feat: add farm and corp setup template 2025-02-14 02:45:31 +07:00
.gitignore feat: setup backend-frontend-db and compose 2025-02-11 02:26:38 +07:00
components.json feat: setup backend-frontend-db and compose 2025-02-11 02:26:38 +07:00
eslint.config.mjs chore: rewrite compose and add manifest file, markdown 2025-04-04 23:41:53 +07:00
middleware.ts feat: add middlware to check auth route 2025-03-12 15:18:48 +07:00
next.config.ts Merge pull request #34 from ForFarmTeam/documetation-setup 2025-04-04 23:42:45 +07:00
next.dockerfile chore: rewrite compose and add manifest file, markdown 2025-04-04 23:41:53 +07:00
package-lock.json feat: streamline setup page with step navigation and enhance map area selection 2025-03-14 10:26:37 +07:00
package.json Merge branch main into feature-test 2025-04-04 23:27:32 +07:00
pnpm-lock.yaml Merge branch main into feature-test 2025-04-04 23:27:32 +07:00
postcss.config.mjs feat: setup backend-frontend-db and compose 2025-02-11 02:26:38 +07:00
README.md feat: setup backend-frontend-db and compose 2025-02-11 02:26:38 +07:00
sample.env chore: rewrite compose and add manifest file, markdown 2025-04-04 23:41:53 +07:00
tailwind.config.ts ui: apply markdown to chatbot 2025-04-04 22:36:20 +07:00
tsconfig.json feat: setup backend-frontend-db and compose 2025-02-11 02:26:38 +07:00
types.ts fix: show blog in hub page 2025-04-04 21:14:52 +07:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.