An open API service indexing awesome lists of open source software.

https://github.com/andru255/verdaccio-server

A private/local npm registry server
https://github.com/andru255/verdaccio-server

cache nodejs npm registry

Last synced: 7 months ago
JSON representation

A private/local npm registry server

Awesome Lists containing this project

README

          

# Verdaccio npm registry

A private/local npm registry server

## Requirements

- Docker version 17.x

- Docker compose 1.11.x

## How to play

- Clone that repo

- Go to folder repo cloned

- Run that command for create and start the server with docker:

```

~ docker compose up -d

```

## Useful information

[verdaccio](https://github.com/verdaccio/verdaccio)

[Host, Publish and Manage Private npm Packages with Verdaccio](https://www.sitepoint.com/private-npm-packages-verdaccio/)