Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 743 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 743 Bytes

Brain Aim

Setup

First, install the necessary modules with

npm install

Then, rename config.js.example to config.js, making sure to change the values to fit your environment.

Finally, build the web pack and start the server

npm run pack
node index.js

External Dependencies