Skip to content

Commit

Permalink
Adding descriptions of the most important scripts to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Sattler committed Nov 21, 2015
1 parent fae8a86 commit d1fc96a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,15 @@ Before the matching process can begin, we check the repository if it's contribut
In the matching process, we wanted to get all gender/race/identification characteristics out, only the match scores and geo distance matter.

Once matched, we create an issue in the maintainers repo that friendly asks the developer for contribution.


# NPM scripts

`npm run dev`
> Run in development mode
`npm run start`
> Run in production mode
`npm run test`
> Runs tests

0 comments on commit d1fc96a

Please sign in to comment.