- Create a TipTap account at cloud.tiptap.dev.
- Create a new app and go to Pro Extensions.
- Copy the token.
- Open
~/.zshrc
or~/.bashrc
and add the following line at the end:
export TIPTAP_PRO_TOKEN="YOUR_TOKEN"
- Run the following command:
source ~/.zshrc
# OR
source ~/.bashrc
- You're all set! Now you can use TipTap in your app.