Update readme
This commit is contained in:
parent
0a208c8bee
commit
cefd8a287a
2 changed files with 25 additions and 2 deletions
BIN
.github/woot-logo.png
vendored
Normal file
BIN
.github/woot-logo.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.8 KiB |
27
README.md
27
README.md
|
@ -1,3 +1,16 @@
|
|||
![Woot-logo](.github/woot-logo.png)
|
||||
|
||||
Opensource alternative to Intercom, Zendesk, Drift, Crisp etc.
|
||||
|
||||
___
|
||||
|
||||
![CircleCI Badge](https://img.shields.io/circleci/build/github/chatwoot/chatwoot)
|
||||
![Dependencies](https://img.shields.io/david/chatwoot/chatwoot)
|
||||
![Github Issues](https://img.shields.io/github/issues/chatwoot/chatwoot)
|
||||
![License](https://img.shields.io/github/license/chatwoot/chatwoot)
|
||||
[![Maintainability](https://api.codeclimate.com/v1/badges/80f9e1a7c72d186289ad/maintainability)](https://codeclimate.com/github/chatwoot/chatwoot/maintainability)
|
||||
![Commits-per-month](https://img.shields.io/github/commit-activity/m/chatwoot/chatwoot)
|
||||
|
||||
![ChatUI progess](https://chatwoot.com/images/dashboard-screen.png)
|
||||
|
||||
## Build Setup
|
||||
|
@ -37,8 +50,18 @@ foreman start -f Procfile.dev
|
|||
```
|
||||
|
||||
### Login with credentials
|
||||
```
|
||||
|
||||
```bash
|
||||
http://localhost:3000
|
||||
user name: larry@google.com
|
||||
password: 123456
|
||||
```
|
||||
```
|
||||
|
||||
|
||||
*Chatwoot* © 2017-2019, ThoughtWoot Inc - Released under the MIT License.
|
||||
|
||||
[www.chatwoot.com](https://www.chatwoot.com)
|
||||
·
|
||||
GitHub: [@chatwoot](https://github.com/chatwoot)
|
||||
·
|
||||
Email: [hello@chatwoot.com](mailto:hello@chatwoot.com)
|
||||
|
|
Loading…
Reference in a new issue