Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 607 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 607 Bytes

Community-Messages-Display

Show messages on the screen and updates in realtime thanks to Firebase

Setup

Change the Firebase url to point at your application.
var ref = new Firebase('https://your-app-name-here.firebaseio.com/messages');

Dependencies and installation

  • Node.js
  • Gulp
  • Bower

npm install && bower install

Develop

gulp serve will start the browser with livereload

Build

gulp and you will find everything inside dist/