Getting Started First change filename .env.example to .env then customize the variables. for dev mode run: npm run dev # or yarn dev for production mode run: npm run start # or yarn start