This repository contains a cleaned fork of the original cassApp virtual tabletop, stripped of external services, donation links, and public branding so it can be tested privately.
Clone this repository and work locally.
- Install Node
>=22(to match the engine property inpackage.json) or use the provided devcontainer with VS Code.
iHunt relies on Node and npm to download its dependencies and run.
Install dependencies:
npm installStart the dev server:
npm run startVite will serve the site at http://localhost:1234 and hot-reload on save.