Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 319 Bytes

File metadata and controls

26 lines (18 loc) · 319 Bytes

taskratchet-web

Live at https://app.taskratchet.com/.

Development

nvm use
pnpm install
pnpm start
open http://localhost:3000/

Production

The app is automatically deployed to production when changes are merged into the master branch.

pnpm build

Tests

pnpm test