the idea of this project comes from NotaBene
- Navigate to target directory on system.
- Run
git clone https://github.com/R-o-y/variora.git
in terminal cd variora
- Set up your own virtual environment. Python2.7 and Python3.6 are supported
- Create
private_settings.py
file in correct directory and include the private settings. - Install dependencies using pip
pip install -r dev_reqs.txt
- Install dependencies using npm
npm install -g yarn webpack@4 webpack-cli
- Install dependencies using yarn
yarn
./rundevserver.sh
orsource rundevserver.sh