Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

website of Taiwan Android Developer Study Group

Resources

Stars

1 star

Watchers

9 watching

Forks

Releases

Packages

Contributors

Languages