Skip to content

Commit

Permalink
default testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Apr 10, 2024
1 parent c7955a5 commit 3fd6670
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Documentation
# bos-workspace-docs

This example app holds the documentation for bos-workspace. Feel free to clone [this template]() to use it in your own project.
## Getting started

TODO:
- [] this could be a git submodule, to a template docs repository
1. Install packages

```cmd
yarn install
```

2. Start dev environment

```cmd
yarn run dev
```

This will start a gateway at [127.0.0.1:8080](http://127.0.0.1:8080) which will render your local widgets. The entry point for this app is [docs.bos-workspace.testnet/widget/index](http://127.0.0.1:8080/docs.bos-workspace.testnet/widget/index)
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"fmt": "prettier --write '**/*.{js,jsx,ts,tsx,json}'",
"fmt:check": "prettier --check '**/*.{js,jsx,ts,tsx,json}'",
"bw": "bos-workspace",
"dev": "bw dev",
"dev:testnet": "bw dev --network testnet",
"dev": "bw dev --network testnet",
"build": "bw ws build",
"build:testnet": "bw ws build -n testnet"
},
Expand Down

0 comments on commit 3fd6670

Please sign in to comment.