# Notes for developer

```sh
# Start watching for compilation and testing
./dev

# Build for releases.
npm run build
```
