From 0261a3961f635e3da333ffd5bad083c68a66aa4f Mon Sep 17 00:00:00 2001 From: Alan Friedman Date: Sat, 9 Jan 2016 12:00:14 -0500 Subject: [PATCH] Add readme.md --- readme.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..976683c --- /dev/null +++ b/readme.md @@ -0,0 +1,27 @@ +# FattyChat + +FattyChat is the simplest way to chat online anonymously. + +### Installation + +Install dependencies + + npm install + +You need Gulp installed globally: + + npm install -g gulp + gulp watch + +Run the app (nodemon is nice to have) + + npm install -g nodemon + nodemon --watch src index.js -e css,js,mustache + +FattyChat is now running on `http://localhost:3000` + +### Deployment + +Build source + + gulp build \ No newline at end of file