Skip to content

BlueLua/bluelua.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlueLua Docs

Central documentation site for BlueLua's Lua modules, built using VitePress.

Installation

Run the commands from docs/:

npm install

Build and Test Locally

  1. Run this command to build the docs:

    npm run build
  2. 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.

Local Development

npm run dev

This starts the VitePress dev server at http://localhost:5173.

Contributors

Languages