yarn install
yarn dev
yarn build
Choose which project to build for, by specifying the PROJECT
environment variable:
PROJECT=sports yarn dev
# or...
echo "PROJECT=sports" > .env.local
yarn dev
It identifies a directory under projects/, e.g. projects/sports
, where project-specific configuration and code lives.