Skip to content

Commit 621da4c

Browse files
committed
Update files
1 parent 9ab69ba commit 621da4c

File tree

2 files changed

+6
-24
lines changed

2 files changed

+6
-24
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ build:
33
firebase deploy
44
serve:
55
npm run serve
6+
setup:
7+
npm install
8+
lint:
9+
npm run lint

README.md

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,6 @@
11
# junanaho
2-
ブラウザで十七歩対人対戦
2+
ブラウザで十七歩対人対戦
3+
https://junanaho-c8f5d.web.app/ で遊べます
34

45
## Screenshot
56
![junanaho](https://github.com/claw88/junanaho/blob/screenshot/screenshot1.png)
6-
7-
## Project setup
8-
```
9-
npm install
10-
```
11-
12-
### Compiles and hot-reloads for development
13-
```
14-
npm run serve
15-
```
16-
17-
### Compiles and minifies for production
18-
```
19-
npm run build
20-
```
21-
22-
### Lints and fixes files
23-
```
24-
npm run lint
25-
```
26-
27-
### Customize configuration
28-
See [Configuration Reference](https://cli.vuejs.org/config/).

0 commit comments

Comments
 (0)