Files
fes/README.md
2025-11-29 13:00:45 -05:00

282 B

Fes

A lightweight, static, and opinionated microframework.

Usage

This is the fes new <?> output

local fes = require("fes")
local site = fes.fes()

site:h1("Hello, World!")

return site

This can be ran with fes run . where . is the location of the Fes.toml