Getting Started with LUAX SSG

LUAX is a static site generator built with Lua. It's simple, fast, and easy to use.

What is LUAX?

LUAX helps you build static websites using Lua. No complex setup, no heavy dependencies.

Installation

Clone the repository:

git clone https://github.com/mesinkasir/luax.git
cd luax

or download on https://creativitaz.gumroad.com/l/luax

Build Your Site

luax build

Start Development Server

luax start

Open your browser to http://localhost:8080

That's it. Your site is ready.