openscript / vitrine

A place to showcase your projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A place to showcase your projects

License:MIT License


Languages

Language:TypeScript 88.9%Language:PLpgSQL 6.1%Language:Dockerfile 4.6%Language:JavaScript 0.5%