Skip to content

Commit

Permalink
docs(installation): fix numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
tfkhdyt committed Jul 14, 2024
1 parent 5ad3caa commit 5555a4c
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,34 +47,35 @@ Terinspirasi dari Brainly dan Twitter.

1. Clone repo

```bash
git clone https://github.com/tfkhdyt/yukitanya
```
```bash
git clone https://github.com/tfkhdyt/yukitanya
```

1. Instal dependency

```bash
pnpm i # atau npm i
```
```bash
pnpm i # atau npm i
```

1. Buat salinan file `.env.example`

```bash
cp .env.example .env
```
```bash
cp .env.example .env
```

1. Isi konfigurasi `.env` yang diperlukan

1. Lakukan seeding database

```bash
pnpm db:seed # atau npm run db:seed
```
```bash
pnpm db:seed # atau npm run db:seed
```

1. Push schema ke database

```bash
pnpm db:push # atau npm run db:push
```
```bash
pnpm db:push # atau npm run db:push
```

1. Selesai

Expand Down

0 comments on commit 5555a4c

Please sign in to comment.