This commit is contained in:
parent
1fe6aa931b
commit
cce5edd3c7
|
@ -24,7 +24,8 @@ yarn install # Or use an other package manager, just be sure to delete the yarn.
|
||||||
|
|
||||||
# Building the theme
|
# Building the theme
|
||||||
|
|
||||||
You need to have Maven installed to build the theme (The `mvn` command must be in the PATH).
|
You need to have [Maven](https://maven.apache.org/) installed to build the theme (Maven >= 3.1.1, Java >= 7).
|
||||||
|
The `mvn` command must be in the $PATH.
|
||||||
|
|
||||||
- On macOS: `brew install maven`
|
- On macOS: `brew install maven`
|
||||||
- On Debian/Ubuntu: `sudo apt-get install maven`
|
- On Debian/Ubuntu: `sudo apt-get install maven`
|
||||||
|
|
|
@ -37,5 +37,8 @@
|
||||||
"prettier": "3.3.1",
|
"prettier": "3.3.1",
|
||||||
"typescript": "^5.2.2",
|
"typescript": "^5.2.2",
|
||||||
"vite": "^5.0.8"
|
"vite": "^5.0.8"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "^18.0.0 || >=20.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue