This project is initialized using create-next-app, providing a solid foundation for building modern web applications.
Node.Js 18.0 or newer.
To get started with development, follow these simple steps:
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the dependencies using npm, yarn, pnpm, or bun.
npm install
# or
yarn
# or
pnpm install
# or
bun installThen, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 in your browser to view the application. You can start editing the page by modifying the app/page.tsx file. The page will auto-update as you save your changes.
XXXXXX
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.