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
docs
folder:
npm
npm install @tashie/mpesa-sdk
- Run the
dev
command to start Server in development mode:
npm
npm run start:dev
✨ Well done!