Skip to content

Commit

Permalink
Update CONTRIBUTING.md zsh -> sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Tguntenaar authored Dec 18, 2023
1 parent ffd8467 commit 5d4f9fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@ npm install

To initiate the development environment, you can use the following script. This script will first check if bos-loader is installed and, if not, install it. Then, it will serve the default development environment and watch for changes inside `./src`.

```zsh
```sh
npm run dev
```

This runs the bos-loader and the watcher together. You can also run testnet by running:

```zsh
```sh
npm run dev:testnet
```

While testing the testnet, it's necessary to manually execute the watch script yourself to ensure that changes to files trigger the rebuilding process.

Open another terminal and run:

```zsh
```sh
npm run watch
```

Expand Down

0 comments on commit 5d4f9fb

Please sign in to comment.