This is the monorepo for the unofficial Wompi SDK. The project consists of a monorepo created with Turborepo and PNPM Workspaces.
To install this monorepo, first clone the repository:
git clone https://github.com/pulgueta/wompi-sdk
Then, install the dependencies:
pnpm install
Within the monorepo, navigate to the packages inside the packages/
folder. Each package has its own README.md
with specific instructions and/or usage.
Package structure:
apps
└── docs
packages
├── core
└── ts
core
: Main package with the SDK logic.ts
: Package with basic configurations fortsconfig.json
files.docs
: Documentation application with Astro.
For contributions, read the CONTRIBUTING.md file.