A collection of tools and mini-apps for day-to-day life.
Build some of the tools:
- Loan Calculator
- Check Helper (convert numbers to words)
Update copilot-instructions to be tailored for the project and more useful.
Make sure to install the dependencies:
pnpm installStart the development server on http://localhost:3000:
pnpm devBuild the application for production:
pnpm buildLocally preview production build:
pnpm previewTo create a new SQL migration file.
npx supabase migrations new FILE_NAME