Home

Awesome

squint-wordle

Live: https://squint-wordle.pages.dev/

Develop

Build the website:

npm run bundle

And serve it:

npm run serve

Deploy

Build the website and publish it to Cloudflare Pages:

npm run deploy