mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-19 11:02:58 +00:00
18 lines
241 B
Markdown
18 lines
241 B
Markdown
# DarkWire.io
|
|
|
|
Encrypted, anonymous web chat. Powered by socket.io.
|
|
|
|
### Installation
|
|
|
|
npm install -g gulp
|
|
npm install
|
|
gulp start
|
|
|
|
Darkwire is now running on `http://localhost:3000`
|
|
|
|
### Deployment
|
|
|
|
Build source
|
|
|
|
gulp bundle
|