This is the development site for stomrwaterheatmap.org. This site builds automatically through docusaurus and Render.
Good bug reports are extremely helpful - thank you!
The issue tracker is the preferred channel for bug reports, features requests and submitting pull requests. Use the GitHub issue search — check if the issue has already been reported.
Feature requests are welcome. But take a moment to find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Please provide as much detail and context as possible.
We hope that other organizations can benefit from stormwaterheatmap.org. We are thankful for any contributions from the community. Pull requests are the best way to propose changes to the website. We actively welcome your pull requests:
- Fork the repo and create your branch from master.
- Install the site locally:
npm install
- Make changes and test in a local development server:
npm start
- Once all changes are implemented, build the and serve the site locally. This ensures that the site will deploy successfully:
npm build
- Commit your changes
- Issue that pull request!