# Project

A demo project.

## Table of Contents

- [Install](#install)
- [Usage](#usage)
- [License](#license)

## Install

```bash
npm install demo-project
```

## Usage

```bash
demo-project run
```

## Static Board Export

Export the project's static board state as JSON:

```bash
demo-project static-board-export > board.json
```

Useful for backups and offline review.

## License

MIT
