Getting Started
Installation
The installation is very simple ! Just make sure you have Node.JS installed on the device !
1. Download the repository or use git clone insertreponamehere and extract it if you need
git clone insertreponamehere and extract it if you need2. Run npm install express colors mysql2 in the current directory
npm install express colors mysql2 in the current directory3. Edit the config.json at your own (See more here)
config.json at your own (See more here)4. Run node index.js
node index.js5. Enjoy !
Last updated
Was this helpful?