This repository is for the main website, omnibug.io. It is built using 11ty, a simple static site generator and TailwindCSS.
Run pnpm install
to install the dependencies locally.
To develop, you can run pnpm -r dev
to build the website and automatically update as you develop (via a file watcher).
If you'd prefer to build the website manually, you can run pnpm -r build
, which builds the production version (minifies
code, removes unused CSS, etc.). Note that currently SCSS files do not trigger a new build when using pnpm -r dev
.