Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Jul 2, 2023
1 parent 5891a13 commit c5e7db8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,15 @@ npm i

```bash
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```

- Run the tests

```bash
npm run test
```

Read more about packaging a library [in the docs](https://kit.svelte.dev/docs/packaging).

0 comments on commit c5e7db8

Please sign in to comment.