The official WebSite of TADSG
Make sure you have node and npm in system. If not, please install with:
$ brew install node
$ brew install npm
Move to project root first:
$ cd WebSite
$ npm install # Install dependencies:
Run express as debug mode:
$ cd WebSite # Move to project root first:
$ DEBUG=WebSite:* npm start
By default, the web site will run on http://localhost:3000
$ cd WebSite # Move to project root first:
$ DEBUG=WebSite:* PORT=[port_number] npm start
Deploy to Heroku
$ web: npm start