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

Test errors #79

Closed
wants to merge 3 commits into from
Closed

Test errors #79

wants to merge 3 commits into from

Conversation

NicHaley
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Jan 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
floe-api ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 22, 2024 6:48pm
floe-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 22, 2024 6:48pm
floe-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 22, 2024 6:48pm

@@ -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
Copy link
Contributor

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.

Suggested change
- Issues: Read & write
- Issues: Read & write

@@ -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`
Copy link
Contributor

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.

Suggested change
- 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
Copy link
Contributor

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.

Suggested change
- 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
Copy link
Contributor

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.

Suggested change
- 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.
Copy link
Contributor

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'.

Suggested change
- 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.
Copy link
Contributor

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.

Suggested change
- 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
Copy link
Contributor

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.

Suggested change
- 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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant