A personal link aggregator.
Pointers for how to do things.
To generate a production build:
$ cd www
$ npm install
$ ./node-modules/.bin/snowpack build
To constantly rebuild (for fish)
$ cd www
$ while true; ./node_modules/.bin/snowpack build; sleep 2; end