Installing Speedrun

Can you make the leaderboard?

3, 2, 1...

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.

Challenge mode

Want to get Sero started as a contributor? Clone the project:
git clone https://github.com/Automate-Medical/sero.git
Remember, you need Node LTS (currently 14.17.x) for your platform. Then, install the dependencies:
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