Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 578 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 578 Bytes

rpscene

How to run

This project uses Pipenv to provide a virtual environment and dependency management. Additionally npm is used for CSS and JS frameworks. To setup the virtual environment and install all required dependencies within this environment, simply run

$ pipenv install
$ npm install

To generate CSS files from Sass, run

$ npm rum sass

To run the Django server within the virtual environment, run

$ pipenv run python manage.py runserver

To work in the virtual environment, run

$ pipenv shell