{
  "markdown": "# Milemark\n\nHOS-aware trip planner for property-carrying drivers. Enter current location, pickup, drop-off, and cycle hours. The app returns a route, required stops, and printable daily log sheets.\n\nDjango API + React (Vite, shadcn/Geist). Hosted as a Cloudflare Worker: static frontend plus `/api/*`.\n\nLive: https://milemark-eld-planner.altaaryan.workers.dev\n\nAgent knowledge (Google OKF): [knowledge/index.md](knowledge/index.md)\n\n## Run locally\n\n```sh\nuv sync\nbun install\nbun dev\n```\n\nAPI: `http://127.0.0.1:8808`  \nWeb: `http://127.0.0.1:5179` (proxies `/api` to Django)\n\n```sh\nbun run test\nbun run lint\n```\n\n## Deploy\n\nPushes to `main` deploy via GitHub Actions. Add a `CLOUDFLARE_API_TOKEN` repo secret (Cloudflare dashboard → My Profile → API Tokens → Create Token → **Edit Cloudflare Workers**).\n\nTo deploy locally, Wrangler must already be logged in:\n\n```sh\nbun run deploy\n```\n\nThat builds the frontend, then `uv run pywrangler deploy`.\n\n## License\n\nMIT. See [LICENSE](LICENSE).\n\n",
  "bytes": 989,
  "sha": "5a5d669646e8505958a0442804944f2179714e5a1df6a4b7c4cac419bd6c4192",
  "repo_slug": "aaryanporwal/spotter",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/okf_aaryanporwal_spotter_knowledge_index_md_fd96b450/readme"
}