# starboard-notebook

## Development

Run `yarn run bootstrap` and `yarn run install` in the root of the project first.

Then to develop with auto-reload use

```
yarn run start
```

## Building

To build quickly (<10 seconds)

```
yarn run build:nominify
```

Or to do a proper build

```
yarn run build
```

And finally, to generate a build size visualization:

```
yarn run build:stats
```

## Testing

```
yarn test
yarn run nbtest
```
