pelican-website-ge/README.md

17 lines
310 B
Markdown
Raw Normal View History

2021-09-17 09:02:18 +02:00
# GRASSROOTS NEW STATIC WEBSITE
A static website built with pelican.
## INSTRUCTIONS ON HOW TO BUILD
```angular2html
git clone git@gitlab.com:grassrootseconomics/pelican-website-ge.git
git checkout Ida/pelican
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
make devserver
```