# Queryable Container

> Know what your parents are up to

## Run locally

```
npm install
npm start
```

This will spin up a webserver on port `1340` and open it in a browser.

## Debugging locally

While developing locally, open a new terminal window and run:

```
npm run watch
```

To get incremental builds.
