- Website: https://manifest.build
- Documentation: https://manifest.build/docs
Install the SDK:
npm i @mnfst/sdk
Use it in your project:
import Manifest from @mnfst/sdk
// Initialize client.
const manifest = new Manifest()
See the Manifest JS SDK doc
To contribute to the Manifest JS SDK, please read first the general contributing.md file.
The best way to work with the SDK is using the /sandbox
folder that hosts a minimalistic React app that imports the Manifest SDK. You can run the app with the following commands:
cd sandbox
npm install
npm run dev