Skip to content

fablabbcn/knowledge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a3b973d · Mar 6, 2025
Jan 4, 2024
Dec 27, 2021
Mar 6, 2025
Jan 4, 2022
Jan 4, 2022
Apr 1, 2020
Dec 27, 2021
Jan 27, 2023
Jan 4, 2022
Jan 27, 2023
Jan 27, 2023

Repository files navigation

Fab Lab Barcelona Knowledge Hub

SpellChecker

The project main documentation available at https://knowledge.fablabbcn.org

Easy Usage

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

Usage

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

Install project locally

Python3 Virtual Env (recommended):

python3 -m venv venv

source venv/bin/activate

pip install -r requirements.txt

In Windows if it fails use pip install -r requirements.txt --user instead.

Edit

mkdocs serve --livereload

In Windows if it fails use python -m mkdocs serve --livereload instead.

Deploy

Deploy is done by default via Github Action. See /.github/workflows/main.yml.

For custom installations you can use mkdocs gh-deploy.

About

Fab Lab Barcelona team knowledge repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published