Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 314 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 314 Bytes

retro-tool-client

Client for the Retro tool

Run it locally

docker-compose up
docker-compose run api migrate
yarn && yarn start

If there's some issue when running the docker-compose setup, make sure you have the latest images by running:

docker-compose pull

and then starting it up again.