⚠️ Reminder: you must set the tag of the environment you wish to deploy in this repo, then run the deploy workflow in workspaces-stack to deploy to dev, stage or prod.
Workspaces Leaderboard runs under a combination of Vite, Vue 3, Flask, and Blueprints.
You will need an .env file to connect to the dev DB and TDEI API.
docker-compose build
docker-compose run --rm -P frontend-dev
cd /app
npm run dev -- --host
docker-compose build
docker-compose up