mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-25 21:30:01 +00:00
23 lines
300 B
Markdown
23 lines
300 B
Markdown
# Darkwire
|
|
|
|
Darkwire is the simplest way to chat online anonymously.
|
|
|
|
### Installation
|
|
|
|
Install dependencies
|
|
|
|
npm install
|
|
|
|
You need Gulp installed globally:
|
|
|
|
npm install -g gulp
|
|
gulp start
|
|
|
|
Darkwire is now running on `http://localhost:3000`
|
|
|
|
### Deployment
|
|
|
|
Build source
|
|
|
|
gulp bundle
|