This repo could be used as a template to create projects with nextjs.
# use this if you want to run in development mode
yarn dev
# or
npm run dev
# if you want to build the project for production
yarn build
# and then
yarn start
Good Luck for your next project ✨