Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Mar 6, 2024
1 parent b15c091 commit 9442759
Show file tree
Hide file tree
Showing 4 changed files with 1,297 additions and 1,255 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@

## Getting Started

To run locally, make sure you have [bos-workspace](https://github.com/nearbuilders/bos-workspace) installed.
To run locally, install packages:

```bash
pnpm install
```

Then, run the command:

```bash
bw dev
pnpm run dev
```

This will serve the widgets from `http://127.0.0.1:4040/`.
This will serve the widgets from `http://127.0.0.1:4040/` and start a local gateway.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"build": "bos-workspace build"
},
"devDependencies": {
"bos-workspace": "^0.0.1-alpha.4"
"bos-workspace": "^0.0.1-alpha.5"
}
}
Loading

0 comments on commit 9442759

Please sign in to comment.