This app uses the elm language. For more information on this please visit http://elm-lang.org.
In order to build the app simply run npm setup from the root directory. After the dependencies are installed simply run npm start to start the development server, and then navigate to http://localhost:8000 to view development changes as they occur.
To run a production build simply run the following command npm run build. This will output a fully processed app into the dist directory, which will be ready for the web app to host.