The project main documentation available at https://knowledge.fablabbcn.org
Look into the docs
folder for the Markdown documents which you can edit or send a Pull Request.
Example, here is a list of our programs: https://github.com/fablabbcn/knowledge/tree/master/docs/programs
We encourage you to simply edit Markdown files directly on Github.
If you want to build and test on your local machine, you need python3
Python3 Virtual Env (recommended):
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
mkdocs serve --livereload
mkdocs gh-deploy