Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ember-learn/tutorials
https://github.com/ember-learn/tutorials
ember emberjs
Last synced: about 3 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ember-learn/tutorials
- Owner: ember-learn
- Created: 2018-08-16T19:49:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T13:18:06.000Z (over 4 years ago)
- Last Synced: 2025-01-23T04:28:10.953Z (6 days ago)
- Topics: ember, emberjs
- Language: JavaScript
- Homepage: https://tutorials.emberjs.com/
- Size: 12.1 MB
- Stars: 0
- Watchers: 15
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Ember Tutorials Source
This repository is part of a Work-In-Progress project to separate and expand on the Ember Tutorials in the [Ember Guides](https://guides.emberjs.com).
As this project is pre-1.0, no content should be taken as the final word. Additional review is still pending.
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with npm)
* [Ember CLI](https://ember-cli.com/)
* [Google Chrome](https://google.com/chrome/)## Local Development
To see what a local copy of the Tutorial markdown looks like:
* Clone the [Ember Tutorial App](https://github.com/ember-learn/tutorial-app) App repository
* run `npm install` in the tutorial app directory
* link the `tutorial-source` repository by running `npm link` inside this repository, then `npm link @ember-learn/tutorial-source` in the tutorial-app directory
* run `ember serve` in the tutorial app directory
* Visit your app at [http://localhost:4200](http://localhost:4200).
* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).### Adding more things to the table of contents
See `pages.yaml` in the cli-guides-source. Whatever has a url of index will be what is shown for the top level path, like `/tutorial/`. There must be an `index.md` under each topic.
### Deploying
See instructions on the [cli-guides-app](https://github.com/ember-learn/cli-guides-source) README.