Skip to content

stansmith907/mdEditor

 
 

Repository files navigation

mdEditor

Build Status

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

TBD

Further Reading / Useful Links

About

Web application for writing metadata

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.6%
  • HTML 21.6%
  • CSS 9.8%