This is a demo vanilla TS project showcasing a basic PlebAI-SDK integration.
Follow these steps to run this project on your local machine.
- Clone this repo
- Navigate to this repos directory and run
npm install
- Start the vite dev server by runnung
npm run dev