Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

fictive-kin/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

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages