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
- Host: GitHub
- URL: https://github.com/codetanzania/majifix-docs
- Owner: CodeTanzania
- License: mit
- Created: 2018-05-24T12:34:18.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-09-30T09:50:21.000Z (over 7 years ago)
- Last Synced: 2025-12-26T05:00:00.620Z (3 months ago)
- Topics: codetanzania, majifix, majifix-module
- Language: HTML
- Homepage: https://codetanzania.github.io/majifix-docs/#/
- Size: 1 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: changelogs/api-changelog.md
- License: LICENSE
- Roadmap: roadmaps/2018.md
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