Skip to content

2) Setup

Antoine Duval edited this page Aug 3, 2022 · 5 revisions

/!\ This is a beta release! /!\
It is subject to changes, we advise you to disable the automatic update (/settings.json), and to check the installations and skill updates before install in production.

What you need to install before:

Common setup instructions (Server & Client)

1) Download NOVA from GitHub with the following command:

git clone https://github.com/HeyHeyChicken/NOVA.git

1.bis) Or go to the NOVA's GitHub page, click on "Code", then "Download ZIP".

2) Install packages

cd NOVA
npm install

3) When you launch this command, you start NOVA's launcher.

node index.js

4) If you start the launcher for the first time, it will ask you if you want to launch a server or/and a client.
If you need to change it in the future, you'll have to edit the "/settings.json".

Clone this wiki locally