Note: This app is still pre-release.
The home for music learning tools from Synthase, an online school for music creators.
- Framework: React/Next.js
- Styling: ShadCN and Tailwind.
- Database: Postgres with Drizzle ORM
- Authentication: Better-Auth
- Forms: React-Hook-Form with Zod validation
- Emails: Mailjet
- CI/CD:
- Testing: Vitest (unit) and Playwright (E2E)
- Deployment: Vercel & Neon
Copy contents of .env.template into a new .env and add the environment variables. Make sure the .env does not get committed.
pnpm install
pnpm dev
Feel free to submit an issue if there's a bug or a feature request, and I'll let you know if it's already on the roadmap or not.