Fix typos and change some grammatical constructions

This commit is contained in:
daniel.motzko
2021-07-02 13:54:18 +02:00
parent ea00db0ac6
commit 51c8a54795
54 changed files with 185 additions and 152 deletions

View File

@@ -7,7 +7,8 @@ This is the location of AOE techradar content - published under: https://www.aoe
Install the [yarn package manager](https://yarnpkg.com/getting-started/install).
### Host the application under a sub path
To host the application under a sub path, set the environment variable `PUBLIC_URL`, e.g. "/techradar". The default is `/build`.
To host the application under a sub path, set the environment variable `PUBLIC_URL`, e.g. "/techradar".
The default is `/build`.
> For local development I recommend using `/build` and use this for the following steps.
@@ -30,4 +31,5 @@ Then open here: http://localhost:8080/build
yarn generateJson
```
You can do this while the server is running. You can find the newly created rd.json in "/build/rd.json".
You can do this while the server is running.
You can find the newly created rd.json in "/build/rd.json".