A mobile-friendly collection of puzzle minigames inspired by the Resident Evil series, built as a web app with Lit and TypeScript.
- Node.js 18+
- npm (ships with Node.js)
npm install
npm run buildOutput is written to dist/app.min.js.
npm run devStarts a dev server on port 8080 (fallback if busy) with file watching and live reload on source changes.
Unit tests (Vitest):
npm testEnd-to-end tests (Playwright):
npm run e2eRun all checks (format, lint, unit, e2e):
npm run verifyBioRand is licensed under the MIT License.