Wildebeest is a Realtime Design Process Discovery Platform to facilitate in-person discussion of preference in Design Processes, built on Next.js + Supabase Realtime
Live Demo hosted on Vercel & Supabase: https://wildebeest.vercel.app/
This project requires the following dependencies:
- Supabase
- supabase-cli (Optional) - For local Supabase development
- Node.js
- npm
You can refer to the .env-example
file in the root of the project on the required environment variables for the project
The setup steps are the same for both locally hosted and managed Supabase instances
Install the dependencies
npm install
Start the application
npm run dev