Skip to content

MisterPhilip/omnibug.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7286cbe · Jan 3, 2025

History

59 Commits
Jan 3, 2025
Jan 3, 2025
Sep 8, 2020
Jan 3, 2025
Sep 8, 2020
Jan 3, 2025
Dec 25, 2024
Jan 3, 2025
Jan 3, 2025
Dec 21, 2024
Dec 21, 2024
Dec 21, 2024
Dec 21, 2024

Repository files navigation

omnibug.io

This repository is for the main website, omnibug.io. It is built using 11ty, a simple static site generator and TailwindCSS.

Instructions

Installation

Run pnpm install to install the dependencies locally.

Development

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.