Full rewrite using Remix, Prisma and Tailwind.
Turn-Based Accounting allows you to track how much money do you earn/spend per day, week, month or year.
From the ideas of the Bennedetto project.
- Install the dependencies
npm install
- Build the database
npx prisma generate
- Seed the database (optional)
npx prisma db seed