Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 631 Bytes

SETUP.md

File metadata and controls

55 lines (35 loc) · 631 Bytes

Setup

  • See the below guides for each setup process.

Table of Contents

Development

  • Clone the repo
git clone https://github.com/bnonni/drpm.tools
  • Install dependencies
cd drpm.tools
npm install
  • Build
npm run build
  • Start registry
npm run registryd:start
  • Install cli (optional)
npm run cli:install-local

Local

COMING SOON!

Global

COMING SOON!

Next Steps

Once you complete a setup, visit the USAGE.md to see how to use DRPM.