mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-23 04:56:01 +00:00
23 lines
302 B
Markdown
23 lines
302 B
Markdown
# 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 start
|
|
|
|
FattyChat is now running on `http://localhost:3000`
|
|
|
|
### Deployment
|
|
|
|
Build source
|
|
|
|
gulp build
|