This is a project for Supabase x YC AI Hackathon 2024.
corepack enable
pnpm i
pnpm dev
You can now access the app at http://localhost:3000.
Hackerhouse uses Supabase with Row Level Security (RLS), enabling access control without the need for backend API server.
pnpm migration:new <migration-name>
pnpm migration:apply
- First, create a new file in
supabase/sql-functions/
- Go to Supabase Studio, navigate to SQL Editor, and run
CREATE OR REPLACE FUNCTION ...
with the content of the new file. This has to be done manually.