Wildfire Predictive Services to support decision making in prevention, preparedness, response and recovery.
- Create
.env
file inweb
usingweb/.env.example
as a sample. - Create
.env.docker
file inapi/app
usingapi/app/.env.example
as a sample. - Run
docker-compose build
and thendocker-compose up
- Open http://localhost:8080 to view the front end served up from a static folder by the python api.
- Open http://localhost:3000 to view the front end served up in developer mode by node.
Refer to api/README.md.
Refer to web/README.md
Apache 2.0 License - see the LICENSE.md
A glossary of terms relating to Wildfire that are relevant to Predictive Services can be found at the Predictive Wildfire Wiki Glossary Page
Branches must be named in accordance with the rules specified in .githooks/pre-push.
- branch names should be informative, meaningful and concise.
- branch names should follow the pattern (category)/(description)/(ticket number)
# Enforce branch naming conventions for this project using git hooks.
git config core.hooksPath .githooks
example of a good branch name:
# Task related to re-factoring of logging, the ticket number being 123:
task/re-factor-logging/123
example of a bad branch name:
wps-123
Resources:
- Issues
- ZenHub Board
- PEP8 and PEP20 coding conventions, but with 110 character line breaks
- Code of Conduct