Install npm packages from GitHub monorepo subdirectories. A self-hosted alternative to gitpkg.now.sh.
npm install https://your-server/user/repo/packages/pkg?commit-ishFull GitHub URL format is also supported:
npm install https://your-server/https://github.com/user/repo/tree/commit-ish/packages/pkgIf no commit is specified, defaults to main.
cp .env.example .env # set your domain
docker compose up -d