Skip to content

ashoksudani/photo-sticker

Repository files navigation

Photo-sticker-app V1.0

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

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

Problems faced during installation on windows

  • If your build is qutie slow install ember-clid-windows which will disable windows defenders to watch your project directory, dont forget to run execution policy comman from : adopted-ember-addons/ember-cli-windows#24
  • If you are using sublime then it will observe your tmp directory which will break build repeatadely, disable it by using following options in user preference : "atomic_save": false, "folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "tmp/class-", "tmp/es_", "tmp/jshinter*", "tmp/replace_", "tmp/static_compiler", "tmp/template_compiler*", "tmp/tree_merger*", "tmp/coffee_script*", "tmp/concat-tmp*", "tmp/export_tree*", "tmp/sass_compiler*"]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published