# globe

## Install

Install the required dependencies 
```none
npm i
```

To start a development build and watch for changes
```none
npm run watch
```

To output a production build 
```none
npm run build
```
