cltjs-node运行平台
cltjs-node在Node.js中运行。
本地运行:
$ git clone https://github.com/hunterloftis/cltjs-node.git
$ cd cltjs-node
$ npm install
$ DEBUG=health:* npm run dev
运行测试:
$ npm test
部署到Heroku中:
$ heroku create
$ git push heroku master
查看每一个步骤:
$ git checkout v1
$ git checkout v2
...
$ git checkout v9
评论
