mdEditor
Web application for writing metadata. Built using ember.js.
See CONTRIBUTING.md for info on making contributions.
Also, see the wiki for more info about the project.
Prerequisites (for development)
You will need the following things properly installed on your computer.
Installation
git clone https://github.com/adiwg/mdEditor.git
this repository cd mdEditor
change into the new directory npm install
bower install
Running / Development
Code Generators
Make use of the many generators for code, try ember help generate
for more details
Running Tests
ember test
ember test --server
Building
ember build
(development) ember build --environment production
(production)
Deploying
By default, this will deploy to GitHub pages:
ember deploy production
Note that the gh-pages
branch must exist in the git repository. See ember-cli-deploy-git for details.
Further Reading / Useful Links