chore: add node_modules and output to gitignore See merge request grassrootseconomics/pelican-website-ge!1 |
||
|---|---|---|
| .firebase | ||
| .github/workflows | ||
| .idea | ||
| content | ||
| ge-theme | ||
| .firebaserc | ||
| .gitignore | ||
| firebase-debug.log | ||
| firebase.json | ||
| geckodriver.log | ||
| LICENSE | ||
| loginginfo.log | ||
| Makefile | ||
| package-lock.json | ||
| pelicanconf.py | ||
| publishconf.py | ||
| README.md | ||
| requirements.txt | ||
| sendemail.py | ||
| tasks.py | ||
GRASSROOTS NEW STATIC WEBSITE
A static website built with pelican.
INSTRUCTIONS ON HOW TO BUILD
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