pmarchive.com
- Clone repository onto local machine
$ cd
into 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.py
will start a webserver on port5000
- seelocalhost:5000
$ python app.py
will start a webserver on port5000
- seelocalhost:5000
- For dev
$ npm run sass:watch
- For prod
$ npm run sass:compile