Skip to content

Direct your game like the fabulous GM you are.

Notifications You must be signed in to change notification settings

DanielNeugebauer/rpscene

 
 

Repository files navigation

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 --prefix static

To generate CSS files from Sass, run

$ sass --update static/css:static/css

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

About

Direct your game like the fabulous GM you are.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 48.3%
  • HTML 47.6%
  • JavaScript 3.6%
  • CSS 0.5%