The primary purpose of this application is to help write content specifications for metadata. However, it probably could be used to write a simple specification for other things, too.
mdSpec can be used to build a hierarchy of modules and components. Each module or component may be assigned requirements which may be fulfilled by child components. The hierarchy may be navigated using the tree in the sidebar.
This README outlines the details of collaborating on this Ember application.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd md-spec
yarn 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 test
ember test --server
yarn lint:js
yarn lint:js --fix
ember build
(development)ember build --environment production
(production)
ember deploy staging
will deploy the application to the gh-pages
branch.