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.
- Host: GitHub
- URL: https://github.com/atb00ker/giveaway-app
- Owner: atb00ker
- License: mit
- Created: 2021-03-29T14:26:57.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-10T12:15:27.000Z (about 5 years ago)
- Last Synced: 2025-01-23T05:44:16.304Z (over 1 year ago)
- Topics: angular, firebase
- Language: TypeScript
- Homepage: https://atb00ker.github.io/giveaway-app/
- Size: 5.09 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/`