From 15b5236e2e868cf3cf7092e00c0235b7b7140351 Mon Sep 17 00:00:00 2001 From: pfych Date: Sat, 5 Apr 2025 17:07:15 +1100 Subject: [PATCH] Update README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ac458fd --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# SSG + +Compile TSX to HTML. Use TSX as a "template language". + +This project is currently experimental and not ready for production use. + +```sh +pnpm i +pnpm run build +```