Skip to content

mhacks/dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard

A Next.js app backed by a local Supabase stack (Postgres + Auth) in Docker, with Drizzle ORM for the schema.

Prerequisites

  • pnpm — the only supported package manager
  • Docker, running (the local Supabase stack runs in containers)

Run it

Set up environment variables before your first run.

pnpm install           # deps + the Supabase CLI
pnpm db:start          # boot the local Supabase stack (Docker) + write .env.local
pnpm db:push           # apply the schema to the local db
pnpm dev               # serve the app

Open http://localhost:3000. Edit pages under app/; they hot-reload on save.

Docs

Deploy

See Remote development.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors