This is a Next.js project bootstrapped with create-next-app
.
Use correct node version
nvm use
Install dependencies
npm install
# or
yarn install
# or
pnpm install
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
Create production build
npm run build
# or
yarn build
# or
pnpm build
Start the app
npm run start
# or
yarn start
# or
pnpm start
Open http://localhost:3000 with your browser to see the result.