nelson-cloud
v1.4.3
Published
nelson on the cloud
Downloads
51
Maintainers
Readme
☁️nelson-cloud
nelson on the cloud
Introduction
Nelson available as an online service.
Deploy easily your own server and custom it.
Installation
Nelson-cloud can be installed as global or locally as npm package
As prerequirements, you need to install docker and run command:
docker pull nelsonsoftware/nelson-sio-cli:latest
npm install -g nelson-cloud
nelson-cloud
open your web brower and open url:
http://localhost:9090
Development
clone current repository
npm run dockerInstall
npm install
Start application in a console:
npm start
Run tests in another console:
npm test
Allan CORNET ([email protected])