My personal website, currently accessible at:
> npx eleventy --serve
or:
> npm start
> npm run build
Start development server first, and then run tests with cypress with:
> npm test
Cypress UI can be open with:
> npx cypress open
Node processes for current session can be stopped with:
> pkill -s 0 node