Ember Hearth is an application used to manage Ember projects.
Warning: Ember Hearth is alpha software and may misbehave.
Ember Hearth aspires to allow new users to do all they need to do to run Ember projects without touching the command line.
- Installs all needed tools automatically (node.js, NPM, Bower, PhantomJS, Ember-CLI)
- Create new Ember projects
- Manage existing Ember projects
- Run a local server
- Run tests
- Create development and release builds
Go to ember.town/ember-hearth and download Hearth from there. Double click to extract and move Ember Hearth.app to your Applications folder.
See CONTRIBUTING.md
- Clone git project
- Run
pod install
in the project folder - Open Ember Hearth.xcworkspace
If you're using something else than bash for your shell, the tools installed through Ember Hearth might not be in your path. This can be fixed by adding export PATH=$HOME/local/bin:$PATH
to your config (for example ~/.zshrc
for zsh).