Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 867 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 867 Bytes

GlOM Travis Build Status

Or, Gaslands Offline Manager, a fully offline Gaslands (https://gaslands.com/) vehicle squad manager.

Dependecies

This this needs Elm installed. Installing create-elm-app also helps.

Development

  1. git clone https://github.com/milogert/glom
  2. cd glom
  3. yarn install
  4. yarn start
  5. Navigate to http://localhost:3000.

Building for production

  1. yarn build

Deploying

  1. yarn deploy

Testing

  1. yarn test

Coverage

  1. yarn coverage
  2. Navigate to file:///home/you/code/glom/.coverage/coverage.html

Hosting

A build of this application is located at https://milogert.github.io/glom/. Since the application is written in Elm it has PWA support so you can install a totally offline version on your phone.