Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 1.64 KB

README.md

File metadata and controls

68 lines (45 loc) · 1.64 KB

☁️nelson-cloud

Build Status code style: prettier GitHub license CLA assistant npm version Known Vulnerabilities

nelson on the cloud

Introduction

Nelson available as an online service.

See video demo here

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 (nelson.numerical.computation@gmail.com)