This is the source code of the Node.js application behind bundling assets for the website uint.dev.
This website is hosted using Cloudflare Workers.
This mainly uses the Bun runtime. Node.js has to still be installed due to Webpack being hardcoded to use it. In the case of Cloudflare Workers, it offers a Node compatibility layer that effectively acts like Node.js down to the name.
bun run buildFor 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 OFL -- more details can be found here.