Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.16 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.16 KB

Pusher & EmberJS Chat

This is an example EmberJS chat application built with Pusher.

You can see this app running on Heroku.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone git@github.com:pusher-community/emberjs-realtime-chat.git this repository
  • cd emberjs-realtime-chat
  • npm install
  • bower install

Running / Development

Further Reading / Useful Links