my personal website; where I mostly tinker with web dev stuff.
-> requires node.
after cloning:
npm i
install dependenciesnpm run build
build projectnpm run serve
serve localhost
once I write some tests, you will be able to run them via npm run test
:P