Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.05 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.05 KB

WebSite

The official WebSite of TADSG

Setup Developing Environment

Make sure you have node and npm in system. If not, please install with:

$ brew install node
$ brew install npm

Install Dependencies

Move to project root first:

$ cd WebSite
$ npm install # Install dependencies:

Run local debug server

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

Run in different port number

$ cd WebSite # Move to project root first:
$ DEBUG=WebSite:* PORT=[port_number] npm start

Deploy

Deploy to Heroku

$ web: npm start

Pending Materials

Candidates of Server