This app is intended for tracking your financial goals - what you want to achieve with the money you have and how you want to make it work for you.
- Remix
- TypeScript
- ShadCN + Radix UI
- Playwright
- Install dependencies:
npm i
- Run dependencies with Docker:
docker compose up -d db mailer
- Run migrations:
prisma migrate dev
- Run dev server:
npm run dev
The project uses Mailpit to handle sending and catching emails for local development. The web UI is available at http://localhost:8025