General
PromptBeginner5 minmarkdown
Untitled Skill
193
For a full build from the repository root:
Loading actions...
Main instructions and any bundled files for this skill.
For a full build from the repository root:
cmake -B build .
cmake --build build --parallel 8
./ollama serve
For quick Go-only iteration against an existing native payload:
go build .
go run . serve
See docs/development.md for prerequisites, platform notes, GPU backends, and
the full development workflow.
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks