Update README

This commit is contained in:
pfych 2025-04-05 17:07:15 +11:00
parent 52033df2b6
commit 15b5236e2e

10
README.md Normal file
View File

@ -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
```