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.
- 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 demoThis will run the demo server in port 5200.
- To preview docs locally
npm run serve:docs