Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

karlguillotte/sniffy-ember

Repository files navigation

Sniffy

Installation

git clone https://github.com/karlguillotte/sniffy
cd sniffy
npm install
bower install

Running

ember server

npm and bower install should be run everytime this repo is synchronized.

npm install
bower install
ember server

Visit http://localhost:4200

Building & Deployment

ember build
firebase deploy
firebase open

Running Tests

  • ember test
  • ember test --server

Screenshots

https://www.lucidchart.com/documents/edit/c8d54cba-1343-4652-bd52-abaac65f6879

If empty database

Sniffy.__container__.lookup('store:main').createRecord('user', { firstName: 'Blair', lastName: 'Bodnar', handle: 'BB', id: '-JO7EyRq1TB4t9fKVe9D' }).save();

Releases

No releases published

Packages

No packages published