8000 GitHub - getahead/synctrello-api
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

getahead/synctrello-api

Repository files navigation

PREPARING

Firstly install node.js or update it to v7

$ npm cache clean -f
$ npm install -g n
$ n stable

and yarn

$ brew update
$ brew install yarn

Run yarn in project directory. Yarn is a better alternative to npm

$ yarn

Start Developing

You need nodemon installed globally for fast restarting the server

$ npm install -g nodemon

and run it

$ npm nodemon src

Production

$ pm2 start processes.json

Deployment script

$ sh deploy.sh [-sf]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0