-
Notifications
You must be signed in to change notification settings - Fork 12
2) Setup
/!\ 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:
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".
This documentation is very inspired by that of the Alice project, another very interesting assistant project 😀
(Psycho, if you want a drink, I'm available 😅)