Skip to content

Commit

Permalink
README: Updated commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ironkayman committed Feb 16, 2024
1 parent 5f35059 commit 01e20a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ make install

Create local development build (watching changes):
```sh
make dev
npm run dev
```

Create production-ready build:
```sh
make build
make preview
npm run build
npm run preview
```

## Credits
Expand Down

0 comments on commit 01e20a1

Please sign in to comment.