Collection of SLua related projects
VitePress site, found at https://slua.tips
SLua-like runtime for the web
Monaco Editor tools for SLua development
https://github.com/gwigz/slua/tree/main/packages/slua-monaco-editor
This is a monorepo managed, with Bun workspaces, to get started:
# install dependencies
bun install
# run in development mode
bun run dev
# build packages
bun run build