This repository contains the user-interface for Insight.
Copy over .env.example to .env:
cp ./.env.example ./.env
As we are using [mkcert] to encrypt the local development environment, make sure to include it's CA certificate in the NodeJS CA certificate store:
export NODE_EXTRA_CA_CERTS=~/.local/share/mkcert/rootCA.pem
We use the css.gg iconset. This used to be automatic, but now has to be done manually. Add icons to ./src/lib/icons.css.