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

https://github.com/atb00ker/giveaway-app

Tool to help enable a online giveaway.
https://github.com/atb00ker/giveaway-app

angular firebase

Last synced: about 2 months ago
JSON representation

Tool to help enable a online giveaway.

Awesome Lists containing this project

README

          

# Giveaway Application

Tool to enable creators to be able to organize giveaway without putting alot of effort into logistics.

### Requirements

- Node 11+
- npm
- Firebase Account

### Setup

- Install requirements:
```bash
npm install --dev
npm install -g @angular/cli
npm install -g angular-cli-ghpages
```

- Configure `src/environments/common.ts`

### Deploy

- Build: `ng build --prod --base-href https://atb00ker.github.io/giveaway-app/`
- Deploy: `ngh --dir dist/giveaway/`