/site-wordle

A wordle clone with a Site backend

Primary LanguageTypeScriptMIT LicenseMIT

Wordle Clone

Site

This is a fork of Wordle but with some features made possible by Site.

You can see a live demo of the site here.

To run the app:

yarn
export GRAPHQL_API_URL='https://alexd.uk/site/wordle/graphql'
export SITE_BASE_URI=https://alexd.uk/site
yarn start