pmarchive.com
- Clone repository onto local machine
$ cdinto project directory$ npm install$ virtualenv venv$ source venv/bin/activate$ pip install -r requirements.txt$ ln -sf config/dev.py app_config.py$ python app.pywill start a webserver on port5000- seelocalhost:5000
$ python app.pywill start a webserver on port5000- seelocalhost:5000
- For dev
$ npm run sass:watch - For prod
$ npm run sass:compile