Skip to content

milogert/glom

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages