The project main documentation available at https://docs.smartcitizen.me/
- Platform Core API github.com/fablabbcn/smartcitizen-api
- Platform Web github.com/fablabbcn/smartcitizen-web
- Platform Onboarding github.com/fablabbcn/smartcitizen-onboarding-app
- Kit Enclosures github.com/fablabbcn/smartcitizen-enclosures
- Useful software resources for communities github.com/fablabbcn/smartcitizen-toolkit
Python newies! Read the following guide.
pip install -r requirements.txt
In Windows if it fails use pip install -r requirements.txt --user
instead.
mkdocs serve
In Windows if it fails use python -m mkdocs serve
instead.
Deploy is done by default via Github Action. See /.github/workflows/main.yml
.
For custom installations you can use mkdocs gh-deploy
.