Skip to content

rlmead/gather-here

Repository files navigation

gather here.

Hosting

gather-here.net is hosted on Vercel. The database is hosted on Supabase.

Development

This project is being developed with Next.js and TypeScript. The database runs on Supabase.

Getting set up

Next.js

  1. Clone this repository
  2. In the repo directory, run npm install
  3. In the repo directory, run npm run dev

Environment variables

Copy the .env.sample file to .env and fill in your environment variables.

Supabase

  1. Install Docker Desktop
  2. Install the Supabase CLI
  3. Open Docker Desktop
  4. In the repo directory, run supabase start

Useful things to know