mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 10:49:02 +00:00
Add readme.md
This commit is contained in:
parent
a9d3a17eb6
commit
0261a3961f
27
readme.md
Normal file
27
readme.md
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user