Skip to content

Application built using emberjs that helps you remember the last time you did something

Notifications You must be signed in to change notification settings

spicalous/last-time

Repository files navigation

last-time Travis CI

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd last-time
  • npm install

Running / Development

Running Tests

  • ember test
  • ember test --server

Note: In order to work around acceptance test being affected by browser local storage: The tests attempt to mock out local storage setItem, removeItem functions and also use a separate ember-localstorage-adapter namespace for retrieving local-storage-events (see app/adapters/local-storage-event)

Building

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

Deploying

scp -r -P port-number dist/* username@thelastti.me:/var/www/html

Further Reading / Useful Links

About

Application built using emberjs that helps you remember the last time you did something

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published