No description
- Svelte 35.9%
- Rust 20.3%
- TypeScript 14.1%
- HTML 9.8%
- Nix 9.3%
- Other 10.6%
|
Vojtěch Fošnár
1e484d3cf8
Date itself was the #mid self-anchor link — confusing. Split into an explicit #mid permalink chip followed by plain relative-date text. |
||
|---|---|---|
| backend | fix(talkcz): permalink chip before date, plain date text | |
| frontend | feat(novinky): render Mastodon toot images, style rich content | |
| .gitignore | fix(talkcz): return 404 for missing thread stem | |
| AGENTS.md | build(frontend): bun2nix flake for reproducible static build | |
| CLAUDE.md | chore: monorepo root AGENTS.md, CLAUDE.md, justfile, .gitignore | |
| justfile | build(frontend): bun2nix flake for reproducible static build | |
| README.md | docs: consolidate READMEs + AGENTS into monorepo root | |
osmapcz
Czech OpenStreetMap community map WIP osmap.cz.
Monorepo:
frontend/— Svelte 5 + Vite map applicationbackend/— Rust + Axum + Askama + PostgreSQL
Quickstart
Requires just, bun, Rust toolchain, and PostgreSQL.
git clone <repo>
cd osmapcz
just dev-frontend # http://localhost:5174
just dev-backend # backend reads .env (see backend/AGENTS.md)
Other recipes:
just tailwind-watch-backend
just publish-frontend
Contributing
- Commits: Conventional Commits in English.
- VCS: jujutsu (
jj) on top of git — seeAGENTS.md. - Frontend conventions, design system, tech stack:
frontend/AGENTS.md. - Backend conventions and env config:
backend/AGENTS.md. - Public HTTP API contract:
backend/API.md.
Issues and PRs welcome.