Skip to content

mianalysis/mianalysis.github.io

Repository files navigation

MIA Documentation

This is the documentation for MIA. It is built using Astro and Tailwind CSS.

Getting Started

First, install the dependencies:

npm install

Then, run the development server:

npm run dev

Open http://localhost:4321 with your browser.

Update module documentation

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

Formatting

This project uses Prettier for code formatting. To format the code run:

npm run format