- In the converter/ folder, you find raw data and small scripts that will process the rawdata into a model for the website
- In the src/ folder, you will find HTML, CSS und JavaScript that will visualize the drinkingwater information.
- When you use grunt, a build directory will be created with translated sections for all supported languages.
This project uses transifex for translation. Translations can be found or created at https://www.transifex.com/codeforeurope/trinkwasser/languages/ Please install the transifex client to pull languages. Install your login credentials to ~/.transifexrc
[https://www.transifex.com]
hostname = https://www.transifex.com
password = pwd
token =
username = username
tx pull -a
If you not in the language team you will not be able to push to transifex. If you do have transifex set up correctly; delete the other languages before saving the .po file you edited and executing.
tx push -t
npm install .
npm start
before pushing your changes please do a pull request
git pull https://github.com/codeforeurope/trinkwasser.git master