Skip to content

Commit 10a8f4f

Browse files
committed
modify README
1 parent 7668f04 commit 10a8f4f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Note application
22

3+
[![Build Status](https://travis-ci.org/tokibito/note-app-django-vue-javascript.svg?branch=master)](https://travis-ci.org/tokibito/note-app-django-vue-javascript)
4+
35
![ノート](note-app.png "ノート")
46

57
## make python virtualenv and activate

note_client/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ npm run webpack -- -w
2323
```
2424
npm run clean
2525
```
26+
27+
## run test
28+
29+
```
30+
npm t
31+
```

0 commit comments

Comments
 (0)