-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Antoine Duval edited this page Nov 28, 2021
·
34 revisions
Welcome to the NOVA wiki!
NOVA is an assistant created in Node.js. Unlike other assistant, this one is useless. He only has the capacity to learn skills that you will install for him. With this architecture, your assistant can only do what you want, and only communicates with services you have chosen.
The easiest way to try out NOVA is using Git.
After installing Git, open your terminal and run the following commands:
1) Clone it directly from GitHub.
`git clone https://github.com/HeyHeyChicken/NOVA.git``cd NOVA`
`npm install`
`node index.js`
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 😅)