docs: fix a typo and apply styling to the whole doc (Warrobot10) (#5456)

* docs: fix a typo and apply styling to the whole doc

* docs: fix styling

* uppercase

---------

Co-authored-by: Jack <jack@monkeytype.com>
This commit is contained in:
Warrobot10 2024-06-03 20:14:18 +10:00 committed by GitHub
parent 2265472028
commit eb3a6e0f40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@
- create an `.env` file, you can copy the content from the [example.env](https://github.com/monkeytypegame/monkeytype/tree/master/docker/example.env).
- download the [backend-configuration.json](https://github.com/monkeytypegame/monkeytype/tree/master/docker/backend-configuration.json)
- run `docker compose up -d`
- After the command exits successfully you can access [http://localhost:8080](http://localhost:8080)
- after the command exits successfully you can access [http://localhost:8080](http://localhost:8080)
## Account System
@ -68,7 +68,7 @@ Stop the running docker containers using `docker compose down` before making any
- update the `.env` file
- open the [firebase console](https://console.firebase.google.com/) and open your project
- open the project settings by clicking the `⚙` icon on the sidebar and `Project settings`
- If there is no app in your project create a new web-app `</>`
- if there is no app in your project create a new web-app `</>`
- nickname `monkeytype`
- uncheck `set up firebase hosting`
- click `Register app`
@ -193,7 +193,7 @@ Example content from `backend-configuration.json`:
}
```
If you have the `curl` and `jq` installed you can also run `curl -wO- http://localhost:5005/configuration | jq ".data" > backend-configuration.json` to update the configuration file.
If you have `curl` and `jq` installed you can also run `curl -wO- http://localhost:5005/configuration | jq ".data" > backend-configuration.json` to update the configuration file.
> [!NOTE]