forked from GitHub/dbot
17 lines
251 B
Markdown
17 lines
251 B
Markdown
# Web
|
|
|
|
Web interface
|
|
|
|
## Description
|
|
|
|
It's a web interface for DBot. What of it?
|
|
|
|
## Requirements
|
|
###Twitter Bootstrap
|
|
```
|
|
cd depressionbot/public/
|
|
wget http://twitter.github.com/bootstrap/assets/bootstrap.zip
|
|
unzip bootstrap.zip
|
|
rm bootstrap.zip
|
|
```
|