You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2024. It is now read-only.
We highly recommend installing the current LTS version of node.
Create a .env file in the root of the project. Then add your GitHub Oauth values (see example in .env.example file)
Note: You need to set up an Oauth App(not GitHub App) in Github to get the required values. See the documentation here.
The Callback Url needs to point to the endpoint of the baseURL the app should run on: https://localhost:5173/api/authentication/callback.
Also, never commit the .env file, it is ignored by Git.
Run npm run dev
Alternatively, skip all the steps by using
Note: You still need to do the 6th step as defined earlier even if you are using Gitpod to run the app.
π§ͺ Testing
We're using Playwright for running End-To-End Tests.
For running the tests you would need to install the playwright dependencies by running
npx playwright install --with-deps
π¨βπ» Contributing
Contributions make the open source community such an amazing place to learn, inspire, and create.
Any contributions you make are greatly appreciated.
π‘οΈ License
Good first issue finder is licensed under the MIT License - see the LICENSE file for details.
πͺ Thanks to all Contributors
Thanks a lot for spending your time helping Good first issue finder grow. Thanks a lot! Keep rocking π»
π Support
This project needs a βοΈ from you. Don't forget to leave a star βοΈ.
Our Pledge
We take participation in our community as a harassment-free experience for everyone and we pledge to act in ways to contribute to an open, welcoming, diverse and inclusive community.
If you have experienced or been made aware of unacceptable behaviour, please remember that you can report this. Read our Code of Conduct.