https://github.com/stil4m/elm-netherlands-2-hack-night
Elm Netherlands 2: Hack Night
https://github.com/stil4m/elm-netherlands-2-hack-night
Last synced: 2 months ago
JSON representation
Elm Netherlands 2: Hack Night
- Host: GitHub
- URL: https://github.com/stil4m/elm-netherlands-2-hack-night
- Owner: stil4m
- Created: 2016-10-26T12:42:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-26T12:53:38.000Z (over 8 years ago)
- Last Synced: 2025-01-21T19:15:47.655Z (4 months ago)
- Language: Elm
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm Netherlands 2 - Hack Night
Simple Elm/Firebase app to let each other know which project you will be working during the [Elm Netherlands - Hack Night](http://www.meetup.com/Elm-Netherlands/events/233993912/).
## Install
```
npm install
```## Build
```
./node_modules/.bin/gulp
```## Deploy
```
firebase deploy
```## Develop
```
./node_modules/.bin/gulp dev
firebase serve
```> Note that the API key for the production app is currently hard coded. Please use your own firebase credentials to make changes.