An open API service indexing awesome lists of open source software.

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

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
```