Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.15 KB

DEVELOPMENT.md

File metadata and controls

53 lines (34 loc) · 1.15 KB

Great to have you here! Here are a few ways you can help out with Nelson-cloud.

Where should I start?

Your first commits

If you are interested in contributing to Nelson, that's awesome! We love your help. If you have any questions after reading this page, please feel free to contact Nelson. I will be happy to provide help working through your first bug fix or thinking through the problem you are trying to resolve.

How you can help

We track bugs and features so that anyone who wants to help can start with something that's not too overwhelming. We can absolutely use your help, no matter what level of programming skill you have at the moment.

Development setup

How to build Nelson-cloud ?

Install docker image.

npm run dockerInstall

and install package

npm install

Start application:

npm start

open your web brower and open url:

http://localhost:9090

Start application in a console:

npm start

Run tests in another console:

npm test