← Back to agents

AGENTS.md from pvgomes/TravelTracker

1 starsLast commit Aug 24, 2025

AGENTS.md

Setup commands

  • Install deps: `npm install`
  • Start docker: `docker compose up`
  • Configure the env: `cp .env.example .env`
  • Database: `npm run db:push`
  • Start dev server: `npm run dev`

Code style

  • TypeScript strict mode
  • Single quotes, no semicolons
  • Use functional patterns where possible