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
评论