Skip to main content

Quick Setup

Get Juro up and running in just 5 minutes.

1. Build Juro

From the juro repository:

git clone <juro-repo-url>
cd juro
npm install
npm run build

2. Scan Your Project

From the juro repo root:

node packages/cli/dist/cli.js scan ./my-project
node packages/cli/dist/cli.js scan ./my-project -r DPDP -o table

3. View Results

Open the generated report to see compliance violations and suggestions.

That's It!

You're now ready to use Juro for compliance scanning.

Next Steps