Skip to content

giomhern/hints

Repository files navigation

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.

About

Your very own customizable wordle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published