Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 303 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 303 Bytes

Sinas

Pluggable frontend for static site generators

Development

Use python -m sinas to run. Make sure you are in a virtual environment with the dependencies installed:

pip3 install virtualenv
virtualenv venv -p python3
source venv/bin/activate
pip install -r requirements-dev.txt