Development
Install dependencies:
bash
npm install --ignore-scripts=falseBuild TypeScript:
bash
npm run buildRun local checks:
bash
npm run lint
npm run format:check
npm testRun the server from the built output:
bash
npm startRun the VitePress documentation site locally:
bash
npm run docs:devBuild the documentation site:
bash
npm run docs:buildPreview the built documentation site:
bash
npm run docs:previewProject structure
text
src/ TypeScript source
tests/ Vitest tests
docs/ VitePress documentation site
dist/ Built JavaScript output
models/ Local GGUF models, ignored by Git
memory/ Local memory vault and database, ignored by Git