TuneTrove is a website for rating albums, similar to rateyourmusic.com, but with a twist - users can rate albums without seeing others' ratings, ensuring unbiased feedback. This project serves as a learning experience to explore the advantages and disadvantages of using Supabase and TypeScript in web development.
- T3 Stack - Fullstack
- TailwindCSS - CSS framework
- Supabase - Supabase
Create a file in the root directory with the name .env containing the filled information of the .env.example file.
Install packages:
npm installRunning development server:
npm run devTo create a production version of your app:
npm run build