Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 427 Bytes

direct-setup.md

File metadata and controls

36 lines (24 loc) · 427 Bytes

Direct Setup Guide for Jamun

This guide will help you setup Jamun directly from the repository and use it in your project.

Clone the repository

git clone

Change dirs

cd jamun/packages/jamun

Install dependencies

npm install

Link the package

npm link

Use it in your project

cd /path/to/your/project
npm link jamun

Start using Jamun 🚀