The yearbook project for students of ECV Digital 2022-2023.
Early stage.
Copy the file .env.template and rename it in .env.
Get the Supabase API URL of the project and replace the variable PUBLIC_SUPABASE_URL.
Get the project API key on Supabase and replace the variable PUBLIC_SUPABASE_ANON_KEY.
Go to someone who knows the project to get these informations.
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.