8000 GitHub - at-inc/hackerhouse: Supabase x YC Hackathon 2024
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

at-inc/hackerhouse

Repository files navigation

Hackerhouse

This is a project for Supabase x YC AI Hackathon 2024.

Demo

Getting Started

Install dependencies

corepack enable
pnpm i

Run the development server

pnpm dev

You can now access the app at http://localhost:3000.

Development

Supabase

Hackerhouse uses Supabase with Row Level Security (RLS), enabling access control without the need for backend API server.

Create a new migration

pnpm migration:new <migration-name>

Run migrations

pnpm migration:apply

Create a new SQL function

  1. First, create a new file in supabase/sql-functions/
  2. 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.

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0