Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 443 Bytes

tiptap.md

File metadata and controls

22 lines (16 loc) · 443 Bytes

TipTap Setup

Setup

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