/jonesinator

You spent the weekend polishing your marble. You spent $7.

Primary LanguageJavaScriptMIT LicenseMIT

Jonesinator

A visual decision-making tool, based on the eerily prescient goal setter from Sierra Online's 1990 life simulator, "Jones In The Fast Lane". Goals are set in four different categories:

  • Education
  • Career
  • Money
  • Happiness

You can then add jobs, hobbies, etc. to your life and adjust the levels until everything's where you want it. Scenarios are shareable via URL + query params.

This is sort of a joke but also completely serious.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower 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

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links