scotch-io / meteor-slack

Code for the scotch.io tutorial by Daniel (danyll.com)

Home Page:https://scotch.io/tutorials/building-a-slack-clone-in-meteor-js-getting-started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo is down

onlineth opened this issue · comments

Meteor no longer provides free hosting on their .meteor.com domain. I'll see if we can host the app somewhere else. In the meantime, the best approach would be to download the source and run it locally.

It's really easy:

  1. Install Meteor - curl https://install.meteor.com/ | sh
  2. Download the source code - https://github.com/scotch-io/meteor-slack.git
  3. Start Meteor - cd meteor-slack/; meteor

Alright, thanks