/bojangles

Official codebase for Bojangles - now with 100% more CSE

Primary LanguageJavaScript

Bojangles

NOTE - this project is now dead in favour of Notangles

Getting your environment setup

We will be using Docker eventually to automate this process, and to reduce environment inconsistencies, but to get this setup properly on an external system:

Note: this assumes virtualenv has been enabled, and python3.6 (preferably) is available.

pipenv python run.py

Installing a dependency

pipenv install my-cool-dependency

Entering the virtual environment

pipenv --shell