Read about it.
See it in action.
The only external dependency is redis. Make sure you have it running locally
on port 6379. You should be able to modify the database using config.ini
(which will be generated automatically when you first run the server.)
All other dependencies are in requirements.txt
.
pip install -r requirements.txt
python nodotjs/server.py staging
You can also change which port the server runs on in config.ini
.