Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
- Adds the installation, running, running tests and building generic sub-sections;
  • Loading branch information
Oreoz committed Jul 21, 2017
1 parent 46c156a commit f464f01
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,29 @@ Here's how you would go about creating a simple timeline:
## Contributions
Any contribution is more than welcomed. If you plan on introducing a new feature, please open an issue and share your idea prior to implementing it, it could save you precious time!

### Installation

* `git clone` this repository
* `npm install`
* `bower install`

### Running

* `ember server`
* Visit your app at http://localhost:4200.

### Running Tests

* `npm test` (Runs `ember try:testall` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`

### Building

* `ember build`

For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).

## Troubleshooting
If something is not working as expected, simply open an issue and we'll discuss how we'll go about fixing it!

Expand Down

0 comments on commit f464f01

Please sign in to comment.