Vitrine creates a place to showcase your digital projects.
I use this project to try out new tools and technologies like Supabase and Zustand.
- Make sure that you have a working Visual Studio Code with Remote Containers configured.
- Open the project in Visual Studio Code using Remote Containers.
- Don't forget to set your Git name and email
git config user.name <name>andgit config user.email <email> - Install dependencies
yarn install - Run supabase
supabase start - Add a
.env.localwith the variables shown in.env.template - Run the frontend development server
yarn dev
- Generate types from backend with
supabase gen types typescript --local > supabase.d.ts