Check your progress in the New York Times Spelling Bee without leaving the puzzle.
If you're interested in viewing the source of the bookmarklet itself, please see init.mjs.njk
π‘ These are instructions for installing the source for the Spell Check website. For help installing the bookmarklet, please see Spell Check.
- Clone this repo
- Run
npm install
To build HTML and CSS from source, run:
npm run build
To watch changes to the site contents and run a small local web server, run:
npm run serve
To build the bookmarklet script independently of the site, run:
npm run build:js
ππ Built with Eleventy