Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dschlabach committed Nov 8, 2024
1 parent c1482c7 commit a48e88c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions site/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
⛵️

## Install dependencies

```bash
npm install
```

## Build

```bash
npm run build
```

Note: You can use `bun` instead of `npm` if you prefer locally, but the GitHub Actions workflow will use `npm` as Twoslash has issues with `bun`.

0 comments on commit a48e88c

Please sign in to comment.