# 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 ```bash git clone https://github.com/sibiraj-s/ngx-editor ``` - run npm install to install the deps ```bash npm i ``` - Run the following to build and watch the changes to the library ```bash npm run dev ``` - Run the demo server to test the editor ```bash npm run demo ``` This will run the demo server in port 5200. - To preview docs locally ```bash npm run serve:docs ```