File tree Expand file tree Collapse file tree 2 files changed +17
-8
lines changed
Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments