This is the documentation for MIA. It is built using Astro and Tailwind CSS.
First, install the dependencies:
npm install
Then, run the development server:
npm run dev
Open http://localhost:4321 with your browser.
The module documentation is generated from a static export of MIA located at /src/assets/modules.json
.
To regenerate the export for the latest version of MIA ensure that both Java and Maven are installed and run the following command:
npm run mia-export
This project uses Prettier for code formatting. To format the code run:
npm run format