mirror of
https://github.com/DCC-BS/documentation.git
synced 2026-08-26 10:24:18 +00:00
Read-only mirror of https://github.com/DCC-BS/documentation — Basel-Stadt. Issues & pull requests at the source.
- TypeScript 66.1%
- Vue 27.6%
- CSS 4.3%
- Shell 2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .github/workflows | ||
| .vitepress | ||
| components | ||
| composables | ||
| i18n | ||
| markdown | ||
| scripts | ||
| .gitignore | ||
| biome.json | ||
| bun.lock | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| renovate.json | ||
| tsconfig.json | ||
Ki Tools Documentation
Official documentation for all the Ki Tools of the Canto Basel Stadt.
Tech Stack
- VitePress - Static site generator
- Vue 3 - Progressive JavaScript framework
- Tailwind CSS - Utility-first CSS framework
- Bun - Fast JavaScript runtime
- TypeScript - Typed JavaScript
- Playwright - End-to-end testing
Development
# Install dependencies
bun install
# Start dev server
bun run dev
# Build for production
bun run build
AI Coding Agent Skills
This documentation is also published as reusable coding skills/rules for AI assistants (like Claude Code, Antigravity, and Cursor).
- To install these skills in a project: Run
curl -sSL https://dcc-bs.github.io/documentation/install-skills.sh | bashinside the project root. - To add/edit skills: Read the AI Assisted Coding Guide.