Installing Speedrun
Can you make the leaderboard?
Next, install Sero.
Bash
PowerShell
npm i @sero.run/sero
npm i "@sero.run/sero"
Did the install complete? You're done! Wow, that was fast. Try the challenge mode below or continue on to our first User Guide.
Want to get Sero started as a contributor? Clone the project:
git clone https://github.com/Automate-Medical/sero.git
Bash
npm install
That's... it actually. You should be able to build the project with
npm run build
and test it with npm run test
Last modified 1yr ago