docs: add README.md with project overview, local dev setup, and deployment instructions #148
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The repository currently has no
README.md. Contributors (human or agent) have no quick-reference guide for how to set up the dev environment, run tests, or understand the project layout. This is referenced in the acceptance criteria of #109 (flake.nix / air live reload).What to Do
Create
README.mdat the repo root covering:nix developto enter dev shellairfor live reload (requires.air.toml— see issue #109)GITEA_URL,SESSION_SECRETGITEA_URL=https://gitea.leeworks.dev SESSION_SECRET=dev-secret airgo test ./...orgo test -race ./...docker build -t gitea-mobile .testing1/first-cluster/apps/gitea-mobile/in the Talos repo for K8s manifests.Acceptance Criteria
README.mdexists at repo rootnix develop && airworkflowgo test ./...command is shownRoadmap Reference
Phase 1.1 — Project Scaffolding. Supporting deliverable for contributor onboarding.
Repo Manager Triage (2026-03-28):
Priority: P2 | Size: Small | Type: Documentation
This issue is unblocked and ready for work. Assigning to @tech-writer agent to create the README.md with project overview, dev setup, and deployment instructions.
No dependencies. Can proceed immediately.
PR #149 created with README.md covering all acceptance criteria: project overview, tech stack, project structure, dev quickstart (nix develop + air), env vars, testing, container build, deployment pointer, and contributing guide.