Develop. Run. Distribute.
This is the source monorepo for the nrz package manager.
Full documentation, startup guides & API references can be found at docs.khulnasoft.com.
# Clone the repo
git clone git@github.com:khulnasoft/nrz.git
cd nrz
# Install deps (and run prepare scripts)
pnpm install
# Run the locally built CLI
pnpm nrz # OR ./node_modules/.bin/nrzSee the contributing guide for more information on how to build and develop the various workspaces.
