Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 776 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (24 loc) · 776 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/svelte-tiptap/issues

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

Setting up dev environment

  • 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.