Project created to test my Svelte skills using Supabase.
You need to clone this repo and install it using the following command:
yarn
After this step, create a .env
file and place two keys:
PUBLIC_SUPABASEKEY=YourSupabaseKey
PUBLIC_SUPABASEURL=YourSupabaseURL
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.