Skip to content

Commit

Permalink
document the previewer
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Feb 4, 2025
1 parent 6299e2a commit a79ea3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ To install dependencies:
bun install
```

To preview locally:

```bash
bun dev
```

To run:

```bash
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
"cheerio": "^1.0.0",
"jose": "^5.9.6",
"ofetch": "^1.4.1"
},
"scripts": {
"dev": "bun --watch index.ts"
}
}
}

0 comments on commit a79ea3c

Please sign in to comment.