- Install dependencies using pnpm
pnpm install- Build Cloudinary Util packages
This can be done in the root of the project by running:
pnpm buildEach package under the packages directory will be built, where these are then
pulled in automatically to help generate documentation.
- Start development server
pnpm dev