# Blondie Files

## Running locally

Inside root: 

```
npm link
npm run watch
```

In another project:

```
npm link blondie-files
```