4
2
Fork
You've already forked osmapcz
1
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
fix(talkcz): permalink chip before date, plain date text
Date itself was the #mid self-anchor link — confusing. Split into an
explicit #mid permalink chip followed by plain relative-date text.
2026年06月26日 16:04:44 +02:00
backend fix(talkcz): permalink chip before date, plain date text 2026年06月26日 16:04:44 +02:00
frontend feat(novinky): render Mastodon toot images, style rich content 2026年06月26日 16:04:44 +02:00
.gitignore fix(talkcz): return 404 for missing thread stem 2026年05月23日 00:47:35 +02:00
AGENTS.md build(frontend): bun2nix flake for reproducible static build 2026年06月26日 12:45:44 +02:00
CLAUDE.md chore: monorepo root AGENTS.md, CLAUDE.md, justfile, .gitignore 2026年05月21日 17:49:15 +02:00
justfile build(frontend): bun2nix flake for reproducible static build 2026年06月26日 12:45:44 +02:00
README.md docs: consolidate READMEs + AGENTS into monorepo root 2026年05月21日 18:19:03 +02:00

osmapcz

Czech OpenStreetMap community map WIP osmap.cz.

Monorepo:

  • frontend/ — Svelte 5 + Vite map application
  • backend/ — 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

Issues and PRs welcome.