Merge pull request #61 from antville/add-development.prerequisites

Add development prerequisites
This commit is contained in:
Tobi Schäfer 2023-03-09 14:20:53 +01:00 committed by GitHub
commit ec67204d51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,11 @@ Helma is built with [Gradle](https://gradle.org), the build task depends on the
## Development ## Development
### Additional Prerequisites
* [Rsync](https://rsync.samba.org) version ≥ 3.1.0
* [NodeJS](https://nodejs.org) LTS version
Clone this repository to your machine and start the build process with `./gradlew install`. The build script is going to ask you if you want to update the installation, enter `y`. Clone this repository to your machine and start the build process with `./gradlew install`. The build script is going to ask you if you want to update the installation, enter `y`.
> ⚠️ > ⚠️