Commit 00c98d6 1 parent c19eb25 commit 00c98d6 Copy full SHA for 00c98d6
File tree 2 files changed +17
-3
lines changed
2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
#### to run the project
4
4
5
- 1 . npm i
6
- 2 . npm run dev
5
+ ` npm i `
6
+ ` npm run dev `
7
7
8
+ ###### prerequisits
9
+
10
+ It's recommended to use [ volta] ( https://docs.volta.sh/guide/getting-started )
11
+ ```
12
+ "node": ">=20.9.0"
13
+ "npm": ">=10"
14
+ ```
8
15
#### to build the project
9
16
10
17
1 . npm run build
Original file line number Diff line number Diff line change 5
5
"author" : " Alkemio Foundation" ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
- "url" : " https://github.com/alkem-io/"
8
+ "url" : " https://github.com/alkem-io/documentation "
9
9
},
10
10
"license" : " EUPL-1.2" ,
11
11
"scripts" : {
20
20
"nextra-theme-docs" : " ^2.13.4" ,
21
21
"react" : " ^18.3.1" ,
22
22
"react-dom" : " ^18.3.1"
23
+ },
24
+ "engines" : {
25
+ "node" : " >=20.9.0" ,
26
+ "npm" : " >=10"
27
+ },
28
+ "volta" : {
29
+ "node" : " 20.13.1"
23
30
}
24
31
}
You can’t perform that action at this time.
0 commit comments