Documentation
Welcome to the documentation for the Mpesa project
Create a new project
- Clone this project with:
npx
git clone git@github.com:seanbaraka/mpesa-sdk.git- Install the dependencies in the
docsfolder:
npm
npm install @tashie/mpesa-sdk- Run the
devcommand to start Server in development mode:
npm
npm run start:dev✨ Well done!