website
– Spring Boot application and vanilla JavaScript frontend. Contains all Node tooling.cbell-lib
– Reusable Java library shared across applications.
- Java 21
- Node.js 18+
- npm 9+
- PostgreSQL (optional for local development)
cd website
npm install
npm run build
./gradlew :website:bootRun
./gradlew build
Each module also has its own README with additional details.