Skip to content

Installation

Prerequisites

Setup

Clone the repository and install dependencies:

git clone https://github.com/texttechnologylab/MMAnnotator.git
cd MMAnnotator
npm install

Development Server

npm run dev

The app starts at http://localhost:5173 by default.

Production Build

npm run build

Output is written to dist/. See Docker deployment for serving the build.

Linting & Formatting

npm run lint       # ESLint
npm run format     # Prettier