Skip to content

Kilowhisky/tile38-viewer

Repository files navigation

Tile38 Viewer

Tile38 Viewer is a utility application for viewing and interacting with data in a Tile38 server.

Build/release Electron app

Terminal Screenshot

How to Get

Head over to releases to get the latest desktop binary.

Running on Mac

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

Recommended IDE Setup

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux