Skip to content

Commit 00c98d6

Browse files
committed
readme update
1 parent c19eb25 commit 00c98d6

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22

33
#### to run the project
44

5-
1. npm i
6-
2. npm run dev
5+
`npm i`
6+
`npm run dev`
77

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+
```
815
#### to build the project
916

1017
1. npm run build

package.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Alkemio Foundation",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/alkem-io/"
8+
"url": "https://github.com/alkem-io/documentation"
99
},
1010
"license": "EUPL-1.2",
1111
"scripts": {
@@ -20,5 +20,12 @@
2020
"nextra-theme-docs": "^2.13.4",
2121
"react": "^18.3.1",
2222
"react-dom": "^18.3.1"
23+
},
24+
"engines": {
25+
"node": ">=20.9.0",
26+
"npm": ">=10"
27+
},
28+
"volta": {
29+
"node": "20.13.1"
2330
}
2431
}

0 commit comments

Comments
 (0)