- A supabase instance
- A place to deploy
- Your song/album distributed to spotify, apple music.
- Create a new database in supabase
- Create a new table called
Songs
that looks like this: - "id" is used for your url (e.g the id of "https://music.mrquantumoff.dev/sehrihuzun" is
sehrihuzun
) - All the other fields are intuitive.
- Either create a
.env
file with the supabase credentials that allow you to read the created table or specify theSUPABASE_URL
andSUPABASE_KEY
environment variables by yourself. - And then run
pnpm install
pnpm start