UNPKG

801 BMarkdownView Raw
1# Node On Train
2Welcome to Node on Train
3[![NPM](https://nodei.co/npm/trainjs.png)](https://nodei.co/npm/trainjs/)
4
5## Install node on train
6```shell
7 sudo npm install -g trainjs
8```
9
10## Update node on train
11```shell
12 sudo npm update -g trainjs
13```
14
15## Running Tests
16Before you run tests, you may need to first install mocha module and jspec module.
17```shell
18 sudo npm install -g mocha
19```
20To run the tests:
21```shell
22 npm test
23```
24
25## Tutorial
26Step-by-Step Guide For Getting Started
27
28http://nodeontrain.xyz/tuts/home
29
30## Report an issue
31Please [create an issue](https://github.com/nodeontrain/trainjs/issues/new) or contact us at [@trainjs](https://twitter.com/trainjs)
32
33## License
34Copyright (C) by Đặng Duy Thanh
35
36The Node On Train is license under the terms of the GNU General Public License v3.