- Python 3.5+
- Virtualenv
- Django 2.0+
- Node 4.0+
- npm 3.0+
- Clone the repository
- create virtualenv
- Install packages..
$ pip install -r requirements.txt - Create a database and copy
blackbox/config/db_config.py.txttoblackbox/config/db_config.pyand setup as django documentation and your desired db system - Run
$ npm install - Run
$ npm run dev
- Run
$ npm run build