-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
083a19e
commit f60485b
Showing
1 changed file
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
# bluntdao-bos-components | ||
Blunt DAO workspace for all BOS components | ||
|
||
## Getting Started | ||
|
||
## Getting Started | ||
|
||
To run locally, make sure you have [bos-workspace](https://github.com/sekaiking/bos-workspace) installed. | ||
``` | ||
npm install | ||
``` | ||
|
||
Then, run the command: | ||
|
||
```bash | ||
bw dev | ||
``` | ||
npm run dev | ||
``` | ||
|
||
This will serve the widgets from `http://127.0.0.1:4040/`. | ||
|
||
Go to [everything.dev/flags](https://everything.dev) and paste this value there. | ||
|
||
Once set, see the locally served app at [bluntdao.near/widget/app](https://everything.dev/bluntdao.near/widget/app). |