Documentation

Welcome to the documentation for the Mpesa project

Create a new project

  1. Clone this project with:
npx
git clone  git@github.com:seanbaraka/mpesa-sdk.git
  1. Install the dependencies in the docs folder:
npm
npm install @tashie/mpesa-sdk
yarn
yarn install @tashie/mpesa-sdk
pnpm
pnpm install @tashie/mpesa-sdk --shamefully-hoist
  1. Run the dev command to start Server in development mode:
npm
npm run start:dev
yarn
yarn start:dev
pnpm
pnpm run start:dev
✨ Well done!