Contributions to The Daily Dad Joke are welcome and encouraged! If you have any ideas, suggestions, or bug reports, please open an issue on the GitHub repository.
- Fork the repository on GitHub.
- Clone your forked repository to your local machine.
- Create a new branch:
git checkout -b my-feature-branch
. - Make your changes and commit them:
git commit -m 'Add new feature'
. - Push the changes to your forked repository:
git push origin my-feature-branch
. - Open a pull request on the original repository, describing your changes in detail.
You'll need to create a local Supabase database and create a jokes
table following the docs for Local Development
https://supabase.com/docs/guides/getting-started/local-development
Required environment variables: