Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 470 Bytes

File metadata and controls

34 lines (23 loc) · 470 Bytes

Contributing

Feel free to contribute to markular!

Development setup

Build library:

npm run build

and run the demo app:

npm run serve

In order to run the tests enter:

npm test

Contributing

  1. Create a fork
  2. Create a new branch from release (or main if not existing)
  3. Make your changes
  4. Add new tests if appropriated & run all tests
  5. Commit & push your changes
  6. Submit a pull request 🚀

Thank you!