https://github.com/ember-learn/builds
Ember application that shows Ember releases
https://github.com/ember-learn/builds
Last synced: 4 months ago
JSON representation
Ember application that shows Ember releases
- Host: GitHub
- URL: https://github.com/ember-learn/builds
- Owner: ember-learn
- Archived: true
- Created: 2016-04-11T01:36:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-05T10:16:30.000Z (about 7 years ago)
- Last Synced: 2024-04-23T16:40:43.345Z (almost 2 years ago)
- Language: JavaScript
- Homepage: http://emberjs.com/builds/
- Size: 2.42 MB
- Stars: 11
- Watchers: 16
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ember - Builds - This is the application that the Ember.js team built to display our various release channels. (Packages / Examples)
README
# Builds
[](https://travis-ci.org/ember-learn/builds)
This app is used for the Builds page at [http://emberjs.com/builds/](http://emberjs.com/builds/).
**NOTE** This application has been merged into https://github.com/ember-learn/ember-website.
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with NPM)
* [Bower](https://bower.io/)
* [Ember CLI](https://ember-cli.com/)
* [PhantomJS](http://phantomjs.org/)
## Installation
* `git clone ` this repository
* `cd builds`
* `npm install`
* `bower install`
## Running / Development
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
### Code Generators
Make use of the many generators for code, try `ember help generate` for more details
### Running Tests
* `ember test`
* `ember test --server`
### Linting
* `npm run lint:js`
* `npm run lint:js -- --fix`
### Building
* `ember build` (development)
* `ember build --environment production` (production)
### Deploying
Specify what it takes to deploy your app.
## Further Reading / Useful Links
* [ember.js](http://emberjs.com/)
* [ember-cli](https://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)