An open API service indexing awesome lists of open source software.

https://github.com/tigercosmos/shuffle-ntu

Shuffle NTU Official Website. 台大晚餐官方網站
https://github.com/tigercosmos/shuffle-ntu

dinner national-taiwain-university ntu shuffle

Last synced: 7 months ago
JSON representation

Shuffle NTU Official Website. 台大晚餐官方網站

Awesome Lists containing this project

README

          

# shuffle-ntu
Shuffle NTU Official Website. 台大晚餐官方網站

## Environment
```
git clone https://github.com/tigercosmos/shuffle-ntu.git
cd shuffle-ntu
npm install
npm install -g firebase-tools angular-cli
```

## Develop
Run with real time local server
```
ng serve
```

## Deploy
### Build product step by step
Build
```
ng build
```
Upload to firebase
```
firebase deploy
```

### Build via npm
```
npm run deploy
```