The 1.1.1.1 documentation site is built using TypeScript, Pug templates, and Stylus stylesheets. Webpack is used to compile these assets into a build hosted on Cloudflare. A local copy can be run by first installing the project dependencies with Yarn (or NPM).
- *nix or MacOS operating system
- Node 9.x or higher
yarn install
Once that command completes, start the development server.
yarn start
Your console will display an IP address that serves the project.