Skip to content

Commit e21a4a4

Browse files
committed
menambahkan dokumentasi & comment
1 parent e1d4b48 commit e21a4a4

File tree

6 files changed

+75
-61122
lines changed

6 files changed

+75
-61122
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
build/browserify-cache.json
1+
build
22
node_modules

README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ final-project-jammakansiang created by GitHub Classroom
77
* 05111740000118 Fandy Kuncoro Adianto
88
* 05111740000120 Rangga Kusuma Dinata
99

10-
#### How to play
11-
> ```bash
12-
> $ npm install
13-
> $ npm start
14-
> ```
15-
16-
tapi masih belum bisa play, soalnya blm jadi hehe
10+
### Development
11+
Sebelum dibuka di browser, pastikan melakukan build bundle terlebih dahulu:
12+
```bash
13+
npm install # Abaikan jika sudah install
14+
npm run build
15+
```
16+
Untuk menjalankan program:
17+
```bash
18+
npm run dev
19+
```

0 commit comments

Comments
 (0)