Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 544 Bytes

File metadata and controls

29 lines (18 loc) · 544 Bytes

luaonbeans

A tiny redbean MVC Lua framework

CI

See documentation at luaonbeans.org

Getting started

Install the CLI

Use your favorite package manager to install the CLI:

npm install -g luaonbeans-cli

Create a new project

beans new my-project

Run the project

beans dev