Skip to content

Commit

Permalink
docs: update installation steps on README_INDONESIAN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alfianchii committed Nov 2, 2023
1 parent a84def8 commit 48da0c1
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions README_INDONESIAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,25 @@ Unduh rilis terbaru dari [halaman rilis](https://github.com/zuramai/mazer/releas

### Kembangkan sendiri

- Kloning repositori `git clone https://github.com/zuramai/mazer`
- Instal dependensi menggunakan manajer paket node pilihan Anda. Misalnya jalankan `npm install`
- File dibundel oleh Laravel Mix ke folder dist.
- Jalankan `npm run hot` dan buka `http://localhost:8080` untuk melihat salinan **hot-reload** dari file yang di-*Generate*.
- Atau jalankan `npm run watch` (*rebuild* pada file yang dirubah) atau `npm run production` dan buka `index.html` dari folder `./dist`.

1. Kloning repositori
```sh
git clone https://github.com/zuramai/mazer
```

2. Instal dependensi
```sh
yarn install
# ATAU
npm install
```

3. Jalankan secara _local_
```sh
npm run dev
```

4. Buka `http://localhost:5173` di browser Anda

### Kembangkan dengan Docker

Expand Down

0 comments on commit 48da0c1

Please sign in to comment.