JS SDK
@social.dev/js-sdk
Take care
We have designed the SDK's to be as extensible as possible so that you don't need to modify / fork them directly. Read the Build docs to see how to extend the SDK's.
Installing
Clone the repository
If you haven't already, you should clone the social.dev repository and navigate to the js-sdk package.
git clone [email protected]:socialdotdev/social.dev.git && cd social.dev/packages/js-sdk
Dev mode server
The dev server will listen for changed and automatically rebuild the package
pnpm dev