Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 807 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 807 Bytes

Introducing Hints

Your very own customizable wordle. Built with Supabase Realtime and NextJS.

Local Setup

Install missing dependencies using your preferred package manager:

npm install 

Create an .env file in the root of the repository. Create your Supabase db environment variables. Example below:

NEXT_PUBLIC_SUPABASE_URL = "https://fipryeevuxqurfkepall.supabase.co"
NEXT_PUBLIC_SUPABASE_ANON_KEY = "ey8129h33181jcds03290"

Make sure your db is configured using the following SQL which you can run in the Supabase SQL editor.

That's it! Run your dev server:

npm run dev

Email

Feel free to contact me at [email protected]. I may not reply to all of them, but I will read all of them.