Skip to content
Antoine Duval edited this page Nov 28, 2021 · 34 revisions
NOVA

Welcome to the NOVA wiki!

Introduction

What is NOVA?

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.

Getting Started

The easiest way to try out NOVA is using Git.
After installing Git, open your terminal and run the following commands:

Installation

1) Clone it directly from GitHub.

`git clone https://github.com/HeyHeyChicken/NOVA.git`
`cd NOVA`
`npm install`
`node index.js`
Clone this wiki locally