- Install OpenJDK 11.
- Grab the latest release.
- Run the Jar:
java -jar path/to/jar
- Open localhost:4280 in your browser.
- Install OpenJDK 11.
- Install Node.js 16.x.
- Install linter & formatter:
npm install
- Build everything:
./gradlew build
- Run the backend server:
./gradlew run --continuous
- Run the development server (keep the backend server running):
cd client npm run dev
- Open localhost:3000 in your browser.