https://github.com/tedconf/ember-cli-markdown-compiler
Build-time Markdown compiler for template.md -> template.hbs
https://github.com/tedconf/ember-cli-markdown-compiler
Last synced: about 1 year ago
JSON representation
Build-time Markdown compiler for template.md -> template.hbs
- Host: GitHub
- URL: https://github.com/tedconf/ember-cli-markdown-compiler
- Owner: tedconf
- License: mit
- Created: 2015-11-18T16:57:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T16:18:48.000Z (over 4 years ago)
- Last Synced: 2025-02-15T12:47:54.088Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 25
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Deprecation Notice
TED has shifted to React and will no longer maintain this application/library. If you wish to continue using this application/library, please create a pull request and repo ownership can be transferred. This repository will be archived at the end of 2022.
# Ember-cli-markdown-compiler
This README outlines the details of collaborating on this Ember addon.
## Installation
* `git clone` this repository
* `npm install`
* `bower install`
## Running
* `ember server`
* Visit your app at http://localhost:4200.
## Running Tests
* `ember test`
* `ember test --server`
## Building
* `ember build`
For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).