mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-22 12:50:30 +00:00
18 lines
249 B
Markdown
18 lines
249 B
Markdown
# DarkWire.io
|
|
|
|
Simple, 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
|