pnpm install
pnpm dev
- Create a Teampilot account (at https://teampilot.ai/) if you don't have one already
- Create a Teampilot team if you don't have one already
- Click the top left menu and select "Launchpads"
- Create a new Launchpad - From there you can configure the Launchpad to your needs (Not needed to get started)
- Activate the "Public" switch
- Click on "Save" at the bottom right of the page
- Create a
.env.local
file in the root of the project - Copy the "ID" that is now visible under "Public", and paste it into the
TEAMPILOT_DEFAULT_LAUNCHPAD_SLUG_ID
variable in the.env.local
file
And thats it - you are now ready to use the Teampilot SDK in your project.