Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevcody committed Oct 15, 2024
1 parent 44c7e9a commit d02e5b0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ Before you can run the project, you'll need to setup a

1. `npm i`
2. `npm run dev`
3. `use http://localhost:3000 for SITE_URL when prompted`
4. `Y for configure GitHub OAuth`
5. `create a github OAuth app at https://github.com/settings/applications/new`
6. `paste client id when prompted`
7. `paste client secret when prompted`
3. use http://localhost:3000 for SITE_URL when prompted
4. Y for configure GitHub OAuth
5. create a github OAuth app at https://github.com/settings/applications/new
6. for authorization callback URL enter, https://YOUR_CONVEX_PROJECT_NAME.convex.site/api/auth/callback/github`
7. paste client id when prompted
8. paste client secret when prompted

## Env Setup

Expand Down

0 comments on commit d02e5b0

Please sign in to comment.