Skip to content

Commit

Permalink
chore: update readme instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Nov 15, 2024
1 parent c23b12b commit 84a1554
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,16 @@ The browser automatically URI encodes it:
```

###### Example from `command-start-stop/manifest.json`


## How to run

1. Clone the repository
2. Run `yarn` to install dependencies
3. OAuth: Obtain your _GitHub App_ client ID and secret from your `UbiquityOS` app fork, and set the callback URL to match the one given by Supabase when enabling GitHub provider OAuth. (You use your `UbiquityOS` instance because we check for installs against the authenticated user's organizations that they own.)
4. Replace the hardcoded `SUPABASE_URL` and `SUPABASE_KEY` in `build/esbuild-build.ts` with your Supabase URL and key (Optionally use `.env` and use `process.env` instead.)
5. Run `yarn start` and visit `localhost:8080` in your browser.
6. Once logged in you should see the orgs that you own that currently have your forked `UbiquityOS` app installed.
7. Select an org > select a config (dev | prod) > select a plugin > edit/add/remove > push to GitHub.

TODO: Update readme with a better overview of the project.

0 comments on commit 84a1554

Please sign in to comment.