Skip to content

Web application for writing metadata, an ADIwg project

License

Notifications You must be signed in to change notification settings

AncestorHunter06/mdEditor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdEditor

Build Status

mdEditor Logo

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.

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
  • yarn 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

Linting

  • yarn lint:hbs
  • yarn lint:js
  • yarn lint:js --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

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

Further Reading / Useful Links

About

Web application for writing metadata, an ADIwg project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 67.5%
  • HTML 27.9%
  • CSS 4.6%