0
Fork 0
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:
Juan Picado @jotadeveloper 2017-10-29 08:00:29 +01:00
parent d47f0b6a06
commit e863ed36f0
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -11,10 +11,12 @@ If you are willing for asking we use two channels for discussions:
## 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
All we have different skills, so, let's see where you might feel comfortable.
#### 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`.