Skip to content

Commit

Permalink
docs(README): use custom scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
yamcodes authored Sep 26, 2023
1 parent f4e73fb commit 3a46141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ The runtime is [Bun](https://bun.sh/) and the code is written in [TypeScript](ht
2. **Ensure Docker daemon is running and spin up the Postgres container**

```bash
docker-compose up -d
bun db:up
```
3. **Push the schema to the database**

```bash
bun drizzle-kit push:pg
bun db:push
```

4. **Run the app**
Expand Down

0 comments on commit 3a46141

Please sign in to comment.