Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mismosmi committed Oct 26, 2023
1 parent 65c0535 commit 259c8e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Three commands so far:
pnpm i
```
to install dependencies.

```bash
pnpm build
```
Expand All @@ -34,7 +35,7 @@ Output ends up in the `dist` folder.
```bash
pnpm dev
```
(which just runs `tsc` in watch mode) to keep the `dist`-folder up to date while working on stuff
(which runs `next dev` for the example project in the app-folder)



Expand Down

0 comments on commit 259c8e7

Please sign in to comment.