Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 771 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (26 loc) · 771 Bytes

Contributing

All type of contributions are welcome, but when contributing to this repository, please first discuss the change you wish to make.

If it is a bug - file an issue here https://github.com/sibiraj-s/ngx-editor/issues

For all others - Open a discussion https://github.com/sibiraj-s/ngx-editor/discussions here first.

Setting up dev environment

  • clone the repository
git clone https://github.com/sibiraj-s/ngx-editor
  • run npm install to install the deps
npm i
  • Run the following to build and watch the changes to the library
npm run dev
  • Run the demo server to test the editor
npm run demo

This will run the demo server in port 5200.

  • To preview docs locally
npm run serve:docs