git clone https://github.com/lblod/ember-rdfa-editor-lblod-plugins
cd ember-rdfa-editor-lblod-plugins
npm install
npm run lint
npm run lint:fix
npm run test
– Runs the test suite on the current Ember version
npm start
- Visit the test application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.
It is mandatory that every PR has an entry added to the changelog. Do this by running npx changeset
and following the instructions, which will add a changelog entry to .changeset
folder.