Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 802 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 802 Bytes

uintdev web

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.

Setup

CLI

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

Web server

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.

Licensing

The MIT license is used for this project. The font is under Apache 2.0 -- more details can be found here.