Skip to main content
Version: 3.1.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 14.

node -v
v14.15.4

Runnerty v3 minimum supported Node.js version is Node 14, 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 3.1.*

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