-
Notifications
You must be signed in to change notification settings - Fork 6
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
apps/web/pages/docs/installation.mdx
Outdated
@@ -22,20 +22,20 @@ pnpm i | |||
- Enable the following settings: | |||
- Set the callback URL to `http://localhost:3001/api/installation-callback` | |||
- Check ON `Request user authorization (OAuth) during installation` and `Enable Device Flow` | |||
- Enable the following permissions: | |||
- Enable the following permisions: | |||
- Contents: Read-only | |||
- Issues: Read & write |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style-guide: Single quotes are used instead of double quotes.
- Issues: Read & write | |
- Issues: Read & write |
apps/web/pages/docs/installation.mdx
Outdated
@@ -22,20 +22,20 @@ pnpm i | |||
- Enable the following settings: | |||
- Set the callback URL to `http://localhost:3001/api/installation-callback` | |||
- Check ON `Request user authorization (OAuth) during installation` and `Enable Device Flow` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style-guide: The Oxford comma is missing before 'and' in a list of items.
- Check ON `Request user authorization (OAuth) during installation` and `Enable Device Flow` | |
- Check ON `Request user authorization (OAuth) during installation`, and `Enable Device Flow` |
Co-authored-by: floe-app[bot] <140294159+floe-app[bot]@users.noreply.github.com>
@@ -28,14 +28,14 @@ pnpm i | |||
- Metadata: Read-only | |||
- Pull requests: Read & write | |||
- Members: Read-only | |||
- Keep this page open. You will need to get your `App ID`, `Client ID`, `Client secret`, and `Private key` handy for later | |||
- Keep this page open. You will need to get your `App ID`, `Client ID`, `Client secret` and `Private key` handy for later |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style-guide: Single quotes are used instead of double quotes.
- Keep this page open. You will need to get your `App ID`, `Client ID`, `Client secret` and `Private key` handy for later | |
- Keep this page open. You will need to get your `App ID`, `Client ID`, `Client secret`, and `Private key` handy for later |
@@ -28,14 +28,14 @@ pnpm i | |||
- Metadata: Read-only | |||
- Pull requests: Read & write | |||
- Members: Read-only | |||
- Keep this page open. You will need to get your `App ID`, `Client ID`, `Client secret`, and `Private key` handy for later | |||
- Keep this page open. You will need to get your `App ID`, `Client ID`, `Client secret` and `Private key` handy for later |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style-guide: The Oxford comma is missing before 'and' in a list of items.
- Keep this page open. You will need to get your `App ID`, `Client ID`, `Client secret` and `Private key` handy for later | |
- Keep this page open. You will need to get your `App ID`, `Client ID`, `Client secret`, and `Private key` handy for later |
|
||
### Create your database | ||
- Setup a MySQL database. You can do this locally or through a cloud provider. Floe uses PlanetScale. | ||
|
||
### Setup Vercel | ||
- In Vercel, create a Project. You can create it from the GitHub repository you just forked. | ||
- Setup a Redis KV store. You can do this through the Vercel dashboard on the `Storage` page. | ||
- In Vercel, create a Project. You can create it from the GitHub repsitory you just forked. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spelling-and-grammar: The word 'repsitory' is misspelled. The correct spelling is 'repository'.
- In Vercel, create a Project. You can create it from the GitHub repsitory you just forked. | |
- In Vercel, create a Project. You can create it from the GitHub repository you just forked. |
|
||
### Create your database | ||
- Setup a MySQL database. You can do this locally or through a cloud provider. Floe uses PlanetScale. | ||
|
||
### Setup Vercel | ||
- In Vercel, create a Project. You can create it from the GitHub repository you just forked. | ||
- Setup a Redis KV store. You can do this through the Vercel dashboard on the `Storage` page. | ||
- In Vercel, create a Project. You can create it from the GitHub repsitory you just forked. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style-guide: Single quotes are used instead of double quotes.
- In Vercel, create a Project. You can create it from the GitHub repsitory you just forked. | |
- In Vercel, create a Project. You can create it from the GitHub repository you just forked. |
@@ -28,14 +28,14 @@ pnpm i | |||
- Metadata: Read-only | |||
- Pull requests: Read & write | |||
- Members: Read-only | |||
- Keep this page open. You will need to get your `App ID`, `Client ID`, `Client secret`, and `Private key` handy for later | |||
- Keep this page open. You will need to get your `App ID`, `Client ID`, `Client secret` and `Private key` handy for later |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style-guide: Single quotes are used instead of double quotes.
- Keep this page open. You will need to get your `App ID`, `Client ID`, `Client secret` and `Private key` handy for later | |
- Keep this page open. You will need to get your "App ID", "Client ID", "Client secret", and "Private key" handy for later |
No description provided.