Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
docs: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude authored Jul 18, 2024
1 parent dd7d895 commit c4c2987
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,13 @@ How friendly is your GitHub Open Source Repo? This project will check to make su
![How to get environment key](https://github.com/EddieHubCommunity/HealthCheck/assets/624760/0fb56934-2d27-486a-9859-365672771407)

8. To be able to log in using GitHub OAuth

a. create a GitHub OAuth app on GitHub https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app

b. In your GitHub OAuth app, GitHub will generate the `client id` and `client secret`, add these to your the `.env` file

9. Run the project with one of these:
9. Run the project with one of these

a. Locally `npm run dev`
OR

b. Docker compose `docker compose -f docker-compose.local.yaml up -d`

0 comments on commit c4c2987

Please sign in to comment.