Find your switch, today.
You can view a very early demo at unrivaled-speculoos-e0a422.netlify.app.
-
Clone the repo
git clone https://github.com/willparsons/switches.git
-
Cd into the repo and install dependencies
cd switches npm ci
-
Rename
.env.example
to.env
and update the following:NEXT_PUBLIC_SUPABASE_ANON_KEY=[INSERT SUPABASE PROJECT API ANON KEY]
-
You can now run the local development server:
npm run dev
The project should now be running on localhost:3000.