Hacktoberfest Finder
Web app to make it easy to find Github issues with the tag 'Hacktoberfest'.
❓ What is Hacktoberfest?
Hacktoberfest is a festival run by Digital Ocean and .dev encourages people to participate in the open-source software community.
Tech Stack
💻 Local Setup
If you want to get Hacktoberfest Finder setup on your computer, you'll need:
- Node
- npm/yarn
If you've got everything, you can install it by following the below steps.
- Fork and clone this repository to your computer.
- Run
yarn install
ornpm install
in the project folder. - Then run
yarn run dev
ornpm run dev
to compile JavaScript and PostCSS stylesheets for development.
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
If you are a first time contributor, please add your name to CONTRIBUTORS.md
👥 Contributors
You can find a list of contributors to this project in the CONTRIBUTORS.md
file.