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.

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