First off, thanks for taking the time to contribute! 🔥
export SWARMNODE_API_KEY=your_api_key # Get your API key from https://app.swarmnode.ai/settings/api-keys/
pnpm install
pnpm build
This will install all the required deps and build output files to dist/
.
In your local project, you can install the package from the local path:
pnpm install [PATH_TO_LOCAL_PACKAGE] # eg. Make sure the path points to the root of the package)
Happy Devving!
Make sure to have a valid API key set in your environment.
pnpm test
All files in the examples/
directory can be freely edited or added to.