Skip to content

akholloman/NeuroBrush

Repository files navigation

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