Please read the repo's Project Structure & Code Organization here README.project-structure.md
npx degit https://github.com/constROD/template-next.git
- Download extension ESLint and Prettier - Code formatter in your VSCode.
- Install node using nvm or fnm (check version in .nvmrc)
- Install pnpm (check version in package.json file look for
packageManager
)
- Install dependencies.
pnpm i
Development Mode:
pnpm dev
Production Mode:
pnpm build
pnpm start