Use new favicon
remove unused file
This commit is contained in:
11
Readme.md
11
Readme.md
@@ -2,21 +2,20 @@
|
||||
|
||||
## Development
|
||||
### 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 "/techradar".
|
||||
For local development I recommend using "/build" and use this for the following steps.
|
||||
To host the application under a sub path, set the environment variable `PUBLIC_URL`, e.g. "/techradar". The default is `/techradar`.
|
||||
|
||||
> For local development I recommend using `/build` and use this for the following steps.
|
||||
|
||||
### Build the radar
|
||||
```
|
||||
yarn build
|
||||
python3 -m http.server 8080
|
||||
yarn start
|
||||
```
|
||||
|
||||
Then open here: http://localhost:8080/build
|
||||
|
||||
### Build the radar with static files
|
||||
```
|
||||
yarn build:static
|
||||
python3 -m http.server 8080
|
||||
yarn start:static
|
||||
```
|
||||
|
||||
Then open here: http://localhost:8080/build
|
||||
|
||||
Reference in New Issue
Block a user