Use new favicon
remove unused file
This commit is contained in:
11
Readme.md
11
Readme.md
@@ -2,21 +2,20 @@
|
|||||||
|
|
||||||
## Development
|
## Development
|
||||||
### Host the application under a sub path
|
### 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".
|
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.
|
|
||||||
|
> For local development I recommend using `/build` and use this for the following steps.
|
||||||
|
|
||||||
### Build the radar
|
### Build the radar
|
||||||
```
|
```
|
||||||
yarn build
|
yarn start
|
||||||
python3 -m http.server 8080
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Then open here: http://localhost:8080/build
|
Then open here: http://localhost:8080/build
|
||||||
|
|
||||||
### Build the radar with static files
|
### Build the radar with static files
|
||||||
```
|
```
|
||||||
yarn build:static
|
yarn start:static
|
||||||
python3 -m http.server 8080
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Then open here: http://localhost:8080/build
|
Then open here: http://localhost:8080/build
|
||||||
|
|||||||
@@ -8,7 +8,12 @@
|
|||||||
"prebuild": "yarn generateJson",
|
"prebuild": "yarn generateJson",
|
||||||
"build": "aoe_technology_radar-buildRadar",
|
"build": "aoe_technology_radar-buildRadar",
|
||||||
"prebuild:static": "yarn build",
|
"prebuild:static": "yarn build",
|
||||||
"build:static": "aoe_technology_radar-createStaticFiles"
|
"build:static": "aoe_technology_radar-createStaticFiles",
|
||||||
|
"prestart": "yarn build:static",
|
||||||
|
"start": "yarn start:server",
|
||||||
|
"prestart:static": "yarn build:static",
|
||||||
|
"start:static": "yarn start:server",
|
||||||
|
"start:server": "python3 -m http.server 8080"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"aoe_technology_radar": "https://github.com/aoepeople/aoe_technology_radar.git"
|
"aoe_technology_radar": "https://github.com/aoepeople/aoe_technology_radar.git"
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 4.2 KiB |
@@ -1,3 +0,0 @@
|
|||||||
# https://www.robotstxt.org/robotstxt.html
|
|
||||||
User-agent: *
|
|
||||||
Disallow:
|
|
||||||
Reference in New Issue
Block a user