Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 683 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 683 Bytes

The ALUMET Developer Book

This repository contains a guide for those who want to extend Alumet with plugins.

The book is made with mdBook.

Generating the book

First, you need to install mdBook.

Then, run mdbook. Example:

cd user
mdbook serve --open

As explained in the mdBook documentation, serve --open will build the book, start a local web server and open the book in your default web browser. Modifying the source of the book will automatically reload the web page.