- Node.js (version 14.6.0 or higher)
- npm or yarn
- Clone the repository:
git clone <repository-url>
cd <project-name>- Install dependencies:
npm install
# or
yarn installnpm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
npm run build
npm start
# or
yarn build
yarn startnpm run dev- Start development servernpm run build- Build for productionnpm start- Start production servernpm run lint- Run ESLint
To learn more about Next.js, check out the Next.js Documentation.