adventure-gathering

Data gathering application for an adventure

Stars
0

Adventure Gathering Build Status

This is a PouchDB-backed offline data-gathering application to organise a live-action puzzle-solving adventure game.

For expediency, its currently coupled to a particular adventure, but eventually Id like to generalise it while sharing components. Engines?

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd adventure-gathering
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint
  • npm run lint:fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links