cp .env.development .env.local
yarn install
Start all apps on unique ports
yarn dev
Run nginx proxy to access all apps from a single origin. This is important for auth to work correctly.
cd ./nginx
docker compose up
Then access the apps from http://localhost:8080