Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.53 KB

File metadata and controls

56 lines (36 loc) · 1.53 KB

Bloom the Wedding Planner

Plan your wedding with Bloom. Share your wedding with friends. Remember your special day forever.

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
  • add the following line above masonry.layout(); in node_modules/ember-masonry-grid/addon/masonry-grid/component.js:
  • this.sendAction('storeMasonryRef', masonry);

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

  • Ensure in package.json that "ember-paper" is a line above "ember-cli-sri" or CSS won't load
  • Deploy to Firebase

Further Reading / Useful Links