Skip to content

prood/pmarchive

 
 

Repository files navigation

pmarchive

pmarchive.com

First time installation

  1. Clone repository onto local machine
  2. $ cd into project directory
  3. $ npm install
  4. $ virtualenv venv
  5. $ source venv/bin/activate
  6. $ pip install -r requirements.txt
  7. $ ln -sf config/dev.py app_config.py
  8. $ python app.py will start a webserver on port 5000 - see localhost:5000

Running the server

  1. $ python app.py will start a webserver on port 5000 - see localhost:5000

Compiling SCSS

  1. For dev $ npm run sass:watch
  2. For prod $ npm run sass:compile

About

Pmarchive.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 84.6%
  • CSS 14.6%
  • Other 0.8%