# luminary

## Project setup

```
yarn install
```

### Compiles and hot-reloads for development

```
yarn run dev
```

### Compiles and minifies for production

```
yarn run build
```

## Publish a new version to npm registry

Only package maintainers can publish new versions to npm.

Log in with your npm account via the CLI

```
yarn publish
```

And follow the prompts.

### Links

[Docs](https://luminaryy.netlify.app/)

[Node Package](https://www.npmjs.com/package/luminary)

[Repo](https://github.com/VatIt-Stream/luminary)
