Built with Eleventy.
$ npm install
$ npm start
Navigate to http://localhost:8080/.
This project uses Playwright for end-to-end testing. The test suites are located in e2e/playwright/.
Run all e2e tests:
$ npm run test:e2e
Run tests with the Playwright UI:
$ npm run test:e2e:ui
Note: The tests will automatically start a local dev server on port 8080 before running.