You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd last-time
npm install
ember serve
- Visit your app at http://localhost:4200.
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)
ember build
(development)ember build --environment production
(production)
scp -r -P port-number
dist/* username
@thelastti.me:/var/www/html