Skip to content

FoxOnTheRun42/count-me

Repository files navigation

count me

AI-native E-Rechnung platform for German freelancers and small businesses.

Tech

  • Next.js 14 (App Router), TypeScript strict, Tailwind, shadcn-style UI
  • Supabase (Auth + Postgres)
  • MCP server scaffold in mcp-server/

Local setup

  1. Install dependencies:
    npm install
  2. Create env file:
    cp .env.example .env.local
  3. Run dev server:
    npm run dev

Validate

npm run typecheck
npm run lint
npm run build

Database

  • SQL migration is prepared in:
    • supabase/migrations/20260219_001_init_count_me.sql

Apply with Supabase CLI or dashboard SQL editor.

Progress tracking

  • Master checklist: ABHAK_TODO.md
  • Prompt alignment notes: docs/PROGRESS_SYNC.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors