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/svelte-tiptap/issues
For all others - Open a discussion https://github.com/sibiraj-s/svelte-tiptap/discussions here first.
- clone the repository
git clone https://github.com/sibiraj-s/svelte-tiptap
- run npm install to install the deps
npm i
- Run dev server
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
- Run the tests
npm run test
Read more about packaging a library in the docs.