Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 499 Bytes

File metadata and controls

29 lines (19 loc) · 499 Bytes

Lavu

Lavu (lah-voo), the Lavandula CLI, can help you to quickly scaffold and setup your project.

Run the following command to create a new project.

lavu new <project_name>

Run the application.

lavu run

Note that lavu run will only work if the current working directory is the same as lavandula.yml.

You should see:

Lavandula Server is running! -> http://127.0.0.1:3000

To see more commands that you can execute, run the help command.

lavu help