npm installnpm run dev- Change DB config in
configfolder as suited
- Install Docker and Docker Compose
- Run
docker-compose build - Run
docker-compose up - To Seed DB on initial setup, run
npm run init-scoreboard-datadirectly in docker container (Use docker exec) - Challenge type configuration can be done for
Code(config/tco/submissionCodeFields.json) andDesign(config/tco/submissionCodeDesign.json) Upon changing these json files,npm run init-scoreboard-dataandnpm startneed to be run again to have the latest changes. - The role that has write access to the API is configured using
config.SCOREBOARD.ADMIN_ROLE