Shuffle NTU Official Website. 台大晚餐官方網站
git clone https://github.com/tigercosmos/shuffle-ntu.git
cd shuffle-ntu
npm install
npm install -g firebase-tools angular-cli
Run with real time local server
ng serve
Build
ng build
Upload to firebase
firebase deploy
npm run deploy