Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(#26): Upgrade to latest version of AOE Tech Radar #27

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update readme
  • Loading branch information
andrablaj committed Apr 5, 2024
commit 46a4d63ce1d16859c6598073b0ac9c517325b4d8
22 changes: 6 additions & 16 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,29 +68,19 @@ The default is `/`.

### Build the radar
```
npm install
PUBLIC_URL=/build REACT_APP_RADAR_NAME="CHT Technology Radar for Contributors" npm run start
npm i
npm run serve
```

Then open the Tech Radar here: https://localhost:8080/build
Then open the Tech Radar here: https://localhost:3000/cht-tech-radar-contributors

### Build the radar with static files
```
npm install
PUBLIC_URL=/build REACT_APP_RADAR_NAME="CHT Technology Radar for Contributors" npm run start:static
npm i
npm run build
```

Then open the Tech Radar here: https://localhost:8080/build

### Regenerate the json file based on your changes on md files
```
npm run generateJson
```

You can do this while the server is running.
You can find the newly created rd.json in `/build/rd.json`.

## Deployment to GitHub Pages
## Deployment to GitHub Pages TODO
At the moment, the automatic deployment to GitHub Pages via GitHub Actions upon merge to the `main` branch doesn't work. We are trying to find
a solution to this problem via [this ticket](https://github.com/medic/cht-tech-radar-contributors/issues/3).

Expand Down
5 changes: 5 additions & 0 deletions custom.css
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
/* Use this file to optionally override global css styles and use with caution. */
/* See README.md for hints and examples: https://github.com/medic/cht-tech-radar-core */
h1,
h2,
h3 {
font-family: "Spartan";
}