From 4dd917c11646d3a4e34172722844267dd4257474 Mon Sep 17 00:00:00 2001 From: Hans Fast Date: Mon, 2 Mar 2026 10:14:34 +0100 Subject: [PATCH] add serve command --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a558c95..252111d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ An idea for building a shared, overridable library of styles. +To serve the website: `ori serve site.ori`. + `lib` is a (symlink to a) directory of css snippets. `style.css`, the final stylesheet for this project, is output by `style.ori.css`, which includes files from `lib`. `lib/typography.css`. Document the interface: vars used and selectors targeted.