Great to have you here! Here are a few ways you can help out with Nelson-cloud.
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.
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.
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