https://github.com/joao-pedro-p-holanda/sustainow
Android native app to track your carbon footprint, energy and water consumption and finding collaborative actions near you
https://github.com/joao-pedro-p-holanda/sustainow
android carbon-footprint kotlin sustainability
Last synced: 7 months ago
JSON representation
Android native app to track your carbon footprint, energy and water consumption and finding collaborative actions near you
- Host: GitHub
- URL: https://github.com/joao-pedro-p-holanda/sustainow
- Owner: Joao-Pedro-P-Holanda
- Created: 2024-10-31T01:13:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T16:54:16.000Z (8 months ago)
- Last Synced: 2025-03-25T11:02:27.272Z (7 months ago)
- Topics: android, carbon-footprint, kotlin, sustainability
- Language: Kotlin
- Homepage: https://joao-pedro-p-holanda.github.io/sustainow/
- Size: 8.32 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
# Documentation
The documentation of this project is made with Material for MkDocs and hosted in Github Pages
## Executing Locally
To run locally you need to follow the steps below:
1. Install the required dependencies (preferably in a virtual environment)
```python
pip install mkdocs-material
```
2. Start the local development server
- Windows
```powershell
mkdocs serve -f docs\pt\mkdocs.yml # or any other language available
```
- Linux
```sh
mkdocs serve -f docs/pt/mkdocs.yml
```