gather-here.net is hosted on Vercel. The database is hosted on Supabase.
This project is being developed with Next.js and TypeScript. The database runs on Supabase.
- Clone this repository
- In the repo directory, run
npm install
- In the repo directory, run
npm run dev
Copy the .env.sample
file to .env
and fill in your environment variables.
- Install Docker Desktop
- Install the Supabase CLI
- Open Docker Desktop
- In the repo directory, run
supabase start
- This repo runs pre-commit hooks with Husky to apply Prettier code conventions on staged files
- The Next.js TypeScript plugin for VSCode is helpful for working on this project