This is the source code of the Node.js application behind bundling assets for the website uint.dev.
This website is hosted using Cloudflare Pages.
Ideally, PNPM would be used. The usual NPM should work, if that is of preference.
# Install modules (initial setup)
pnpm install
# (Re)build distribution files from 'src/'
pnpm run build
For the web server of your choice, point the document root for the virtual host to the dist/
directory (or its results) that was created from the build process.
The MIT license is used for this project. The font is under Apache 2.0 -- more details can be found here.