
-   `npm test` to run the unit tests
-   visit `samples/index.html` to verify that the samples are
    transcribed
-   visit `combinations/*.html` to verify that those all still render
    the tengwar/tehtar combination matrices.
-   visit `editor/index.html` to verify that it works.
-   visit `tengwar.html` to verify that the elvish word appears
    transcribed, verifying basic execution during development.
-   `. ./minify.sh` to build the minified bundle, verifying that the
    required dependencies are all mentioned in the script
-   visit `tengwar.min.html` to verify that the elvish word appears
    transcribed, verifying basic execution in production.
-   verify that the documentation in README.md is in sync with the
    latest contributions.

