Here are the ways to get involved with this project:
Before submitting your issue, make sure it has not been mentioned earlier. You can search through the existing issues or active discussions.
Found a bug you can fix? Fantastic! Patches are always welcome. Here are the steps to get up and running:
Clone the repo:
git clone git@github.com:gregrickaby/local-weather.git local-weatherInstall the dependencies:
cd local-weather && npm i- Fork the repo and create a feature/patch branch off
main - Work locally adhering to coding standards
- Run
npm run lint && npm run typecheck - Make sure the app builds locally with
npm run build && npm run start - Push your code, open a PR, and fill out the PR template
- After peer review, the PR will be merged back into
main - Repeat ♻️
Your PR must pass automated assertions, deploy to Vercel successfully, and pass a peer review before it can be merged.
Start local dev server:
npm run devLint code:
npm run lintnpm run typecheckTest a build prior to deployment:
npm run build && npm startThis repo is maintained by Greg Rickaby. By contributing code you grant its use under the MIT.