---
name: mobx.dart
summary: "mobx.dart is an open-source Dart project in the state management space with 2.5k GitHub stars. The repository is actively maintained, with recent commits."
language: Dart
license: MIT
repo: https://github.com/mobxjs/mobx.dart
source: https://opensources.dev/resource/mobxdart
health: 90
---

# mobx.dart

mobx.dart is an open-source Dart project in the state management space with 2.5k GitHub stars. The repository is actively maintained, with recent commits.

# Website

This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern
static website generator.

## Installation

```console
pnpm install
```

## Local Development

```console
pnpm start
```

This command starts a local development server and open up a browser window.
Most changes are reflected live without having to restart the server.

## Build

```console
pnpm build
```

This command generates static content into the `build` directory and can be
served using any static contents hosting service.

## Deployment

```console
GIT_USER=<Your GitHub username> USE_SSH=true pnpm deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to
build the website and push to the `gh-pages` branch.
