https://github.com/pacificclimate/wx-files-frontend
UI for Weather Files
https://github.com/pacificclimate/wx-files-frontend
actions docker snyk
Last synced: 5 months ago
JSON representation
UI for Weather Files
- Host: GitHub
- URL: https://github.com/pacificclimate/wx-files-frontend
- Owner: pacificclimate
- Created: 2020-08-31T19:59:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T19:53:46.000Z (over 1 year ago)
- Last Synced: 2025-03-25T20:36:27.652Z (over 1 year ago)
- Topics: actions, docker, snyk
- Language: JavaScript
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
README
# Wx Files Frontend
UI for the PCIC Weather Files service.
This app provides an interface for selecting and downloading weather files
(wx files).
## Documentation
- [Goals and product requirements](docs/goals-and-product-requirements.md)
- [Installation](docs/installation.md)
- [Configuration](docs/configuration.md)
- [Development](docs/development.md)
- [Build Process](docs/build.md)
- [Production](docs/production.md)
- [Developer notes](docs/developer-notes.md)
### Releasing
1. Increment `version` in `package.json`.
2. Summarize the changes from the last version in `NEWS.md`.
3. Commit these changes, then tag the release, and push all to GitHub,
including tag:
```bash
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
```