So far, only compatible with Node <= 16
yarn
yarn serve
This will read .env.development
config values
For a production server, reads .env.production
variables:
yarn build:prod
For a development server (preproduction), reads .env.staging
variables:
yarn build:staging
yarn lint
yarn lint-fix