Web application for writing metadata. Built using ember.js. Go to https://www.mdeditor.org/ to use the application.
See CONTRIBUTING.md for info on making contributions.
Also, see the wiki for more info about the project.
You will need the following things properly installed on your computer.
git clone https://github.com/adiwg/mdEditor.gitthis repositorycd mdEditorchange into the new directoryyarn install
ember serve- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate for more details
ember testember test --server
yarn lint:hbsyarn lint:jsyarn lint:js --fix
ember build(development)ember build --environment production(production)
By default, this will deploy to GitHub pages:
ember deploy staging
Note that the gh-pages branch must exist in the git repository. See ember-cli-deploy-git for details.
Visit https://.github.io/mdEditor
