Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 550 Bytes

File metadata and controls

23 lines (17 loc) · 550 Bytes

TDEI Workspaces Leaderboard

⚠️ 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.

Local Setup

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.

Frontend

docker-compose build
docker-compose run --rm -P frontend-dev
cd /app
npm run dev -- --host

Backend

docker-compose build
docker-compose up