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
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .floe/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"include": ["apps/web/pages/docs/**/*.{md,mdx}"],
"rules": {
"spelling-and-grammar": "warn",
"docs-style": "warn"
"style-guide": "warn"
}
}
}
Expand Down
1 change: 0 additions & 1 deletion .floe/rules/docs-style.md

This file was deleted.

2 changes: 2 additions & 0 deletions .floe/rules/style-guide.md
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
6 changes: 3 additions & 3 deletions apps/web/pages/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ pnpm i
- 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
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

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

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


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

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.

- 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>
Expand Down