vitrine

A place to showcase your projects

MIT License

Stars
3

Vitrine

Vitrine creates a place to showcase your digital projects.

I use this project to try out new tools and technologies like Supabase and Zustand.

Stack

Development

  1. Make sure that you have a working Visual Studio Code with Remote Containers configured.
  2. Open the project in Visual Studio Code using Remote Containers.
  3. Don't forget to set your Git name and email git config user.name <name> and git config user.email <email>
  4. Install dependencies yarn install
  5. Run supabase supabase start
  6. Add a .env.local with the variables shown in .env.template
  7. Run the frontend development server yarn dev

Hints

  • Generate types from backend with supabase gen types typescript --local > supabase.d.ts