The best way to manage your personal and team projects. Brew yourself and coffee and start managing projects right.
- NodeJS
npm
- Create a Supabase project
- Create a
.env.development(this will store your development variables) - Copy the new projects Supabase url into a variable named
VITE_PUBLIC_SUPABSE_URL - Copy the anon key into a variable named
VITE_PUBLIC_SUPABSE_ANON_KEY
npm run dev- Hosts a localhost server at port5173npm run format- Format all the code with Prettier