Central documentation site for BlueLua's Lua modules, built using VitePress.
Run the commands from docs/:
npm install-
Run this command to build the docs:
npm run build
-
Once built, preview it locally by running:
npm run preview
The preview command boots a local static server that serves the built site
from docs/.vitepress/dist at
http://localhost:4173.
Note
To use a different port, run npm run preview -- --port 8080.
npm run devThis starts the VitePress dev server at http://localhost:5173.