This guide will help you setup Jamun directly from the repository and use it in your project.
git clone
cd jamun/packages/jamun
npm install
npm link
cd /path/to/your/project
npm link jamun
This guide will help you setup Jamun directly from the repository and use it in your project.
git clone
cd jamun/packages/jamun
npm install
npm link
cd /path/to/your/project
npm link jamun