Skip to main content
Version: 2.0.0

Setting Up

This tutorial is intended for new users who want detailed instructions on how to build a basic Runnerty project. 🚀 Let's start!

Requirements​

Node.js​

You should see a version larger than Node 12.

node -v
v14.15.0

Runnerty v2 minimum supported Node.js version is Node 12, but more recent versions will work as well.

Runnerty (optional)​

For this setup it is not necessary to install runnerty (it has been included as a dependency to simplify the process) but it is recommended to install it when you want to advance a little more.

Open Terminal and simply runs this command
npm install -g runnerty
You should see a version
runnerty -v
Runnerty 2.*.*

Here you have more information about the use of runnerty in the terminal