Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 712 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (22 loc) · 712 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-tiptap/issues

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

Setting up dev environment

  • clone the repository
git clone https://github.com/sibiraj-s/ngx-tiptap
  • 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 4200.