1794e30774c0ca6415012899fbd4f45fcff695b5
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
AOE Technology Radar - Content
This is the location of AOE techradar content - published under: https://www.aoe.com/techradar/index.html
Development
Requirements
Install the yarn package manager.
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.
For local development I recommend using
/buildand use this for the following steps.
Build the radar
yarn
yarn start
Then open here: http://localhost:8080/build
Build the radar with static files
yarn
yarn start:static
Then open here: http://localhost:8080/build
Regenerate the json file based on your changes on md files
yarn generateJson
You can do this while the server is running. You can find the newly created rd.json in "/build/rd.json".
Description
Languages
JavaScript
56%
TypeScript
22.1%
CSS
7.1%
Shell
5.6%
HTML
4.1%
Other
5.1%