music client for farcaster
supports music on
- Spotify
- Soundcloud
- Sound.xyz
- Zora (coming soon)
- Download and install Docker: https://docs.docker.com/get-docker/
- Open the Docker App on your machine. Verify with
docker info
. - Use node v20 with
nvm use 20
. - Run the following in the root of the sonata codebase:
npx supabase init
. - Run the starting function
npx supabase start
. This will now have the database live with some production data available to you. - Run
npx supabase status
- Now go to .env file and fill the env variables
- If you see any errors happening db related or, need to make DB migrations run the following:
npx supabase db reset
NEXT_PUBLIC_SUPABASE_URL={API URL}
NEXT_PUBLIC_ANON_KEY={anon key}
SUPABASE_URL={API URL}
SUPABASE_KEY={service_role key}
This project is licensed under the MIT License - see the LICENSE.md file for details