ForFarm/frontend
THIS ONE IS A LITTLE BIT TRICKY KRUB b6967032ab Update pnpm lock.
2025-02-13 20:40:36 +07:00
..
app refactor: move auth page directory 2025-02-13 05:20:27 +07:00
components feat: add landing page 2025-02-13 05:19:57 +07:00
hooks feat: add Sidebar component with theme toggle and navigation items 2025-02-12 19:07:42 +07:00
lib feat: setup backend-frontend-db and compose 2025-02-11 02:26:38 +07:00
public feat: add Sidebar component with theme toggle and navigation items 2025-02-12 19:07:42 +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 feat: setup backend-frontend-db and compose 2025-02-11 02:26:38 +07:00
next.config.ts feat: setup backend-frontend-db and compose 2025-02-11 02:26:38 +07:00
next.dockerfile feat: setup backend-frontend-db and compose 2025-02-11 02:26:38 +07:00
package.json feat: add landing page 2025-02-13 05:19:57 +07:00
pnpm-lock.yaml Update pnpm lock. 2025-02-13 20:40:36 +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
tailwind.config.ts feat: add landing page 2025-02-13 05:19:57 +07:00
tsconfig.json feat: setup backend-frontend-db and compose 2025-02-11 02:26:38 +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.