Skip to content

Files

Latest commit

cfbe79d · Mar 31, 2025

History

History
19 lines (13 loc) · 398 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 398 Bytes

Billable: Billing Made Simple. Period.

Billable is personal invoicing software that allows a user to input information about their business entity, the client, and items, quanitities and prices. It calculates the total, and includes the ability to add tax.

Built with RedwoodSDK.

Installation

pnpm install

Development

pnpm migrate:dev
pnpm prisma generate
pnpm dev