A fork of "No Hello".
It's a JavaScript site, so you'll need node
installed. Using nvm will make sure you're using the right version.
# git clone, etc
yarn # install dependencies
yarn serve # run development server
Then open localhost:8123 in your browser, and you should be ready to disco.
Unit tests are via Mocha. Nothing too fancy there.
We use UI tests via Playwright. To ensure consistency, the snapshots are taken with a Linux container. To run this locally for convenience, you'll need two things installed: Docker and act.
Available commands:
yarn check-snapshots # do your snapshots match?
yarn update-snapshots # if not, update your snapshots!