Skip to content
/ WebSite Public

website of Taiwan Android Developer Study Group

Notifications You must be signed in to change notification settings

TADSG/WebSite

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

Watchers

Forks

Releases

No releases published

Packages

No packages published