This is a Next.js project bootstrapped with create-next-app
.
Make sure you have the following installed on your system:
- Node.js: If you don't have node.js installed, you can download and install it from the official website: https://nodejs.org
- npm or pnpm: npm (Node Package Manager) is usually installed automatically with node.js. If you prefer using pnpm, you can install it globally by running the following command in your terminal:
npm install -g pnpm
- Terminal: You will need a terminal to run commands.
Navigate to the project directory in your terminal and run the following command:
npm install
or if you are using pnpm:
pnpm install
Run the following command to start the development server
npm run dev
or if you are using pnpm:
pnpm dev
Once the server is running, open your browser and visit http://localhost:3000 to see the application.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
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.