initial commit

This commit is contained in:
cyclic
2025-07-20 20:23:49 -06:00
commit 6948e46327
19 changed files with 447 additions and 0 deletions

5
src/build.luau Normal file
View File

@@ -0,0 +1,5 @@
local fs = require("@lune/fs")
local site = require("./")
fs.writeDir("dist")
fs.writeFile("dist/index.html", site())