Changelog: v0.1.0 (2026-05-07)
Added
- Initial monorepo scaffold with
apps/api,apps/web,apps/docs, and shared packages. - Layered Docker Compose setup including Traefik and pgAdmin development components.
- VitePress documentation site structure with guide and reference sections.
- Repository management guidelines and authentication docs.
- GitHub Pages deployment workflow for docs with custom domain support.
Changed
- CI workflows updated to Node 24 compatible GitHub Actions.
- CI adjusted to use
packageManagerpnpm version and remove fragile pnpm cache dependency. - Docs site branding and theme styling updated.
- Web app branding mark and dark mode styling updated.
Documentation
- Project README streamlined.
Other
- MIT license file updated.