-
Notifications
You must be signed in to change notification settings - Fork 6
Test errors #79
Test errors #79
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Use the Oxford comma | ||
- Use double quotes instead of single quotes |
Original file line number | Diff line number | Diff line change | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -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: | ||||||||||||||
NicHaley marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||||||||
- Contents: Read-only | ||||||||||||||
- Issues: Read & write | ||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. style-guide: Single quotes are used instead of double quotes.
Suggested change
|
||||||||||||||
- Metadata: Read-only | ||||||||||||||
- Pull requests: Read & write | ||||||||||||||
NicHaley marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||||||||
- 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 commentThe reason will be displayed to describe this comment to others. Learn more. style-guide: Single quotes are used instead of double quotes.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. style-guide: Single quotes are used instead of double quotes.
Suggested change
|
||||||||||||||
|
||||||||||||||
### 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. | ||||||||||||||
- Setup a Redis KV store. You can do this through the Vercel dashboard on the 'Storage' page. | ||||||||||||||
- Keep your environment variables handy for later. | ||||||||||||||
|
||||||||||||||
</Steps> | ||||||||||||||
|
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.