A UI for testing live GTFS feeds
  • TypeScript 66.6%
  • HTML 30.4%
  • JavaScript 2.9%
  • CSS 0.1%
Find a file
Max Katz-Christy f9693bccf7
All checks were successful
Build / build (push) Successful in 15s
chore(release): bump version 0.1.0 → 0.2.0
2026-05-04 01:20:31 +02:00
.forgejo/workflows ci: correct local dir 2026-04-24 01:25:19 +02:00
.vite/deps ci: correct local dir 2026-04-24 01:25:19 +02:00
public feat: scaffold Vite + Tailwind v4 + DaisyUI v5 toolchain 2026-04-17 17:35:41 +02:00
src feat: show app version as supertext in navbar 2026-05-04 01:16:11 +02:00
.copier-answers.yml chore: copier update to v0.1.0 2026-04-18 01:45:27 +02:00
.cz.toml chore(release): bump version 0.1.0 → 0.2.0 2026-05-04 01:20:31 +02:00
.gitignore feat: scaffold Vite + Tailwind v4 + DaisyUI v5 toolchain 2026-04-17 17:35:41 +02:00
.gitkeep initial commit 2026-04-17 16:01:01 +02:00
.mcp.json add forgejo mcp 2026-04-18 01:39:28 +02:00
CHANGELOG.md chore(release): bump version 0.1.0 → 0.2.0 2026-05-04 01:20:31 +02:00
CLAUDE.md initial commit 2026-04-17 16:01:01 +02:00
CURRENT_PLAN.md chore: check off phase 3 items in CURRENT_PLAN.md 2026-05-04 01:00:44 +02:00
LICENSE.txt initial commit 2026-04-17 16:01:01 +02:00
package-lock.json feat: scaffold Vite + Tailwind v4 + DaisyUI v5 toolchain 2026-04-17 17:35:41 +02:00
package.json feat: scaffold Vite + Tailwind v4 + DaisyUI v5 toolchain 2026-04-17 17:35:41 +02:00
postcss.config.js feat: scaffold Vite + Tailwind v4 + DaisyUI v5 toolchain 2026-04-17 17:35:41 +02:00
README.md add forgejo mcp 2026-04-18 01:39:28 +02:00
tailwind.config.js feat: scaffold Vite + Tailwind v4 + DaisyUI v5 toolchain 2026-04-17 17:35:41 +02:00
tsconfig.json feat: scaffold Vite + Tailwind v4 + DaisyUI v5 toolchain 2026-04-17 17:35:41 +02:00
vite.config.js feat: inject __APP_VERSION__ at build time via vite define 2026-05-04 00:50:10 +02:00

Test Track

A static frontend for visualizing GTFS realtime feeds

Overview

Running Locally

Development

MCP Setup

Claude Code uses the Forgejo MCP server to interact with issues and PRs.

  1. Fill in .envrc with your token (Forgejo → Settings → Applications → Generate token):
    export FORGEJO_ACCESS_TOKEN=<your-token>
    
  2. Run direnv allow to activate
  3. Restart Claude Code — the forgejo MCP server will be available