The site is deployed at https://tuvutepamoja.africa.
Contributions to the software are welcome. Most collaboration on the software happens through this repository. Please make a user account at https://notabug.org to contribute.
The main concepts in using a git repository are described here. It is possible to make contributions entirely in the web interface, a tutorial on this for GitHub, which has many similar features, can be found here.
To suggest changes, please login to your user account and file an issue.
To add code, please fork the repository then make a pull request with any changes.
The site is developed in HTML, CSS, Javascript and PHP. If you are a developer and have a local copy of this repository, you will need to have PHP working on your computer. Introductions to web development can be found here and here. You can run a development server using
php -S localhost:8000 submit.php