Tile38 Viewer is a utility application for viewing and interacting with data in a Tile38 server.
Head over to releases to get the latest desktop binary.
Due to signing limitations and Mac OS. You need to perform the following in order to open the app.
xattr -c <path/to/application.app>
See this thread on apple.com for more info about it
$ npm install
$ npm run dev
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux