pelican-website-ge/README.md

15 lines
217 B
Markdown

# GRASSROOTS NEW STATIC WEBSITE
A static website built with pelican.
## INSTRUCTIONS ON HOW TO BUILD
```angular2html
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
make devserver
```