Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 312 Bytes

File metadata and controls

21 lines (16 loc) · 312 Bytes

Trakko

Trakko is a personal expense tracker with Google Sheets export capability.

Setup

  1. Install dependencies:
npm install
  1. Create .env.local:
SHEET_ID=your_google_sheet_id
GOOGLE_SERVICE_ACCOUNT='your_service_account_json_stringified'
  1. Run the app:
npm run dev