Skip to content

mianalysis/mianalysis.github.io

Repository files navigation

MIA Documentation

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

Getting Started

First, install the dependencies:

npm install

Then, run the development server:

npm run dev

Open http://localhost:3000 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

To install a git hook that will format the code run:

npm run prepare