Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 712 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 712 Bytes

chatty

A simple chat-client, available at heroku.

Setup

  • Install node.js
  • Clone this repo (tutorial)
  • Open up a command-window, navigate to your local repo
    • npm install (ignore errors that may appear at the end)
    • npm install -g bower
    • bower install
    • node web.s (alternatively node .\web.js in windows)

Enjoy ^_^

Bugs that may appear

  • npm install is not recognized as a valid command: Make sure you're running a command-window that has node enabled. In Windows you may need to may need to start Node.js command prompt.