This commit is contained in:
Joseph Garrone 2024-09-11 11:05:48 +02:00
parent 1fe6aa931b
commit cce5edd3c7
2 changed files with 5 additions and 1 deletions

View file

@ -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`

View file

@ -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"
} }
} }