Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 247 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 247 Bytes

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