Building Documentation


To build Mapify's docs, first install mdBook by following the installation instructions here.

Run mdbook serve --open in the docs folder to view the documentation in your webbrowser.

To build the docs, run mdbook build.

For information on how mdBook works, check out their documentation.