From e863ed36f07c4526e1fdf04f153401623adafd2a Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sun, 29 Oct 2017 08:00:29 +0100 Subject: [PATCH] docs: update dev documentation --- wiki/dev/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wiki/dev/README.md b/wiki/dev/README.md index e815519ae..6ddec7636 100644 --- a/wiki/dev/README.md +++ b/wiki/dev/README.md @@ -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`.