/kv2

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Codename: KV2

The name will change when I think of a better one.

This project is a web application to help track your roster in a wargaming campaign.

Status - pre-Alpha

As of 2022-11-04, I'm developing directly against the main branch. Major features have yet to be implemented. There is no 'production' deployment.

Documentation

Design documents can be found in the docs folder.

Getting Started

Requirements

  • Java - JDK 17 or later. SDKMAN is the recommended tool for managing JDK version.
  • GNG is recommended to use the gw command instead of ./gradlew
  • node.js version as in client/.nvmrc. nvm is the recommended tool for managing Node version.
  • pnpm

Works On My Machine