An open API service indexing awesome lists of open source software.

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

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/).