This repository contains a guide for those who want to extend Alumet with plugins.
The book is made with mdBook.
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.