Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 530 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 530 Bytes

Secureum RACE quiz generator

Generate quizzes from all past Secureum RACEs that allow you to train them completely offline. A new RACEs is currently published every few weeks.

To get started execute:

git clone https://github.com/snietert/secureum-race-quiz-generator
cd secureum-race-quiz-generator
yarn
git clone [email protected]:secureum/RACE.git
node index.js
open quizzes/index.html

To get new quizzes

cd secureum-race-quiz-generator
cd RACE
git pull
cd ..
node index.js
open quizzes/index.html