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

https://github.com/codetanzania/majifix-docs

Collection of documents for majifix
https://github.com/codetanzania/majifix-docs

codetanzania majifix majifix-module

Last synced: 7 days ago
JSON representation

Collection of documents for majifix

Awesome Lists containing this project

README

          

# MajiFix

MajiFix was developed by the World Bank in Tanzania to solve the challenge of tracking problems in cities through citizen crowd sourcing.

MajiFix builds up on the movement of civic issue tracking by adopting since day zero the well known standard Open311 GeoReport v2.

MajiFix is completely open source. It is free to use and to adapt, or adopt by anyone.

This is an official documentation on how you can contribute, use , extend or deploy
MajiFix to your organization.

## Contributing

Please improve this documentation by cloning this repo. Create a feature branch for what
you are working on, after you are done, please submit your pull request.

```sh
git clone https://github.com/CodeTanzania/majifix-docs.git
```

Install all required dependencies

```sh
npm install
```

### Run it in development mode

```sh
npm run serve
```

and view it on http://localhost:3000