Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 075696f

Browse files
committed
better docs
1 parent 10aeb9f commit 075696f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
[ ![Codeship Status for coderbunker/candobot](https://codeship.com/projects/1bce7730-ca64-0134-3424-327d40ee31ac/status?branch=master)](https://codeship.com/projects/199604)
22

3+
# candobot
4+
5+
A Wechaty based personal account bot for generalized modular interactions
6+
including per-group support tickets management.
7+
38
# installation
49

510
```
@@ -19,3 +24,15 @@ run:
1924
```
2025
npm start
2126
```
27+
28+
A browser open will open and you will be asked to scan the QR code.
29+
30+
# development
31+
32+
Recommend Visual Studio Code for development.
33+
34+
Run and re-run tests anytime files are updated:
35+
36+
```
37+
npm run watch
38+
```

0 commit comments

Comments
 (0)