- Install dependencies
npm i
- Make a copy of .env.sample called
.env.development.local
in project root. - Create/add necessary env variables (replace placeholders)
- Run project in development with
npm run dev
- Install dependencies
npm i
- Make a copy of .env.sample called
.env.local
in project root - Build the project with
npm run build
- Start the server with
npm start