Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 526 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 526 Bytes

leaderboard-frontend

Compare your algorithm to other students!

Change out the number in line 20 of App.vue to the ID of the test you want! 0-4 are CodePost tests, 24601 is for unit testing of the backend system, and student testers own IDs 400-499

<Leaderboard test="your_test_id_here"/>

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint