mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-27 09:16:13 +08:00
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:
parent
2265472028
commit
eb3a6e0f40
1 changed files with 3 additions and 3 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue