Skip to content

Commit d5030bb

Browse files
authored
update
1 parent 7a32107 commit d5030bb

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,24 @@ A static site generator for Be Lenka Technology Radar.
44

55
![obrázok](https://github.com/user-attachments/assets/1e097efe-ce4d-40c7-90fd-4b9b494e3785)
66

7-
## Instalation
7+
## Installation
88

9-
```bash
10-
yarn install
9+
To install and set up the Be Lenka Technology Radar, follow these steps:
1110

12-
yarn build:data
11+
1. **Install dependencies:**
12+
```bash
13+
yarn install
14+
```
1315

14-
yarn dev
15-
```
16+
2. **Build the data:**
17+
```bash
18+
yarn build:data
19+
```
20+
21+
3. **Start the development server:**
22+
```bash
23+
yarn dev
24+
```
1625

1726
## Configuration
1827

data/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"basePath": "/tech-radar",
3-
"baseUrl": "https://be-lenka.github.io/tech-radar/",
4-
"editUrl": "https://github.com/be-lenka/tech-radar/tree/main/data/radar/{release}/{id}.md",
3+
"baseUrl": "https://tech.belenka.dev/",
4+
"editUrl": "https://github.com/be-lenka/tech-radar/tree/master/data/radar/{release}/{id}.md",
55
"logoFile": "logo.svg",
66
"toggles": {
77
"showChart": true,

0 commit comments

Comments
 (0)