mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
docs: update dev documentation
This commit is contained in:
parent
d47f0b6a06
commit
e863ed36f0
1 changed files with 3 additions and 1 deletions
|
@ -11,10 +11,12 @@ If you are willing for asking we use two channels for discussions:
|
||||||
|
|
||||||
## Firts steps
|
## Firts steps
|
||||||
|
|
||||||
As a first glance verdaccio is a single repository, but there are many ways you might contribute and variety of techonologies to practice.
|
As a first glance verdaccio is a single repository, but there are many ways you might contribute and variety of technologies to practice.
|
||||||
|
|
||||||
### Finding my spot
|
### Finding my spot
|
||||||
|
|
||||||
|
All we have different skills, so, let's see where you might feel comfortable.
|
||||||
|
|
||||||
#### I know or I want to learn Node.js
|
#### I know or I want to learn Node.js
|
||||||
|
|
||||||
Node.js is the base of `verdaccio`, we use libraries as `express`, `commander`, `request` or `async`. Verdaccio is basically a Rest API that create a communication with `npm` clients compatible, as `yarn`.
|
Node.js is the base of `verdaccio`, we use libraries as `express`, `commander`, `request` or `async`. Verdaccio is basically a Rest API that create a communication with `npm` clients compatible, as `yarn`.
|
||||||
|
|
Loading…
Reference in a new issue