After cloning to a new machine:
`npm install`

To start the development server:
`npm start`

To build a new version to use together with website:
`npm run build`
(commit & sync after that)

To upload new version to CDN:
draft a release on Github.
