Frontend for visualizing and selecting stations, and downloading station data from a PyCDS / CRMP schema database.
- Functionality
- Dependencies
- Installation
- Configuration
- Development and testing
- Production
- User documentation
- Project initialization
To create a versioned release:
- Increment
version
inpackage.json
- Summarize the changes from the last version in
NEWS.md
- Commit these changes, then tag the release:
git add package.json NEWS.md
git commit -m"Bump to version x.x.x"
git tag -a -m"x.x.x" x.x.x
git push --follow-tags
Note: When a new release of this portal is deployed, also create a new release of the PDP and deploy it. This will cause the updated documentation for this portal to be included in the PDP documentation. For more details, see User documentation.