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.
- 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 webpack-cli
- Install dependencies using yarn
yarn
./rundevserver.sh
orsource rundevserver.sh