Skip to content

Commit

Permalink
Merge pull request #1481 from ONEARMY/docs/format-markdown
Browse files Browse the repository at this point in the history
chore(docs): format markdown
  • Loading branch information
thisislawatts authored Feb 17, 2022
2 parents 1dd64e9 + 0575bc0 commit 46dbeb7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ We also expect code to follow standard best practices, such as sensible variable

## 🔬   Commit style guide

To help everyone with understanding the commit history of this project and support our automated release tooling the following commit rules are enforced.
To help everyone with understanding the commit history of this project and support our automated release tooling the following commit rules are enforced.

- commit message format of `$type($scope): $message`, for example: `docs: add commit style guide`
- maximum of 100 characters
Expand Down
21 changes: 10 additions & 11 deletions packages/documentation/docs/Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,19 @@

Requirements

* A [Google Firebase project](https://console.firebase.google.com/)
* A [Firebase Web App](https://firebase.google.com/docs/projects/learn-more#adding_apps_to_a_project)
* [FireBase Hosting enabled](https://firebase.google.com/docs/hosting/quickstart#install-cli)
* [Cloud Firestore](https://firebase.google.com/docs/firestore/quickstart)
* [Authentication](https://firebase.google.com/docs/auth?authuser=0) with the Sign-in providers **Email/Password** enabled.
* [Firebase CLI tools](https://firebase.google.com/docs/cli) locally
* [Create an application](https://console.cloud.google.com/appengine/start/create)
* Your project must be on the Blaze pay as you go pricing plan
* [Configure `cors.json` on the storage bucket](https://cloud.google.com/storage/docs/configuring-cors) to support your deployed origin. See: functions/src/config/cors.md

- A [Google Firebase project](https://console.firebase.google.com/)
- A [Firebase Web App](https://firebase.google.com/docs/projects/learn-more#adding_apps_to_a_project)
- [FireBase Hosting enabled](https://firebase.google.com/docs/hosting/quickstart#install-cli)
- [Cloud Firestore](https://firebase.google.com/docs/firestore/quickstart)
- [Authentication](https://firebase.google.com/docs/auth?authuser=0) with the Sign-in providers **Email/Password** enabled.
- [Firebase CLI tools](https://firebase.google.com/docs/cli) locally
- [Create an application](https://console.cloud.google.com/appengine/start/create)
- Your project must be on the Blaze pay as you go pricing plan
- [Configure `cors.json` on the storage bucket](https://cloud.google.com/storage/docs/configuring-cors) to support your deployed origin. See: functions/src/config/cors.md

Deploying:

```
firebase use <my-new-project-id>
firebase deploy
```
```

0 comments on commit 46dbeb7

Please sign in to comment.