Anchovy - Glossary Management Application
this is work in progress
- Java 21
- Gradle 9.5 or newer
- NodeJS 24.15.0 LTS or newer
- Clone this repository
- Point JAVA_HOME environment variable to your Java 21 installation
- Run
gradleto build the Java code - Run
npm installto install the TypeScript dependencies - Run
npm startto start Anchovy
git clone https://github.com/rmraya/Anchovy.git
cd Anchovy
gradle
npm install
npm startLicense information for all included components is available in the licenses directory.