-
Notifications
You must be signed in to change notification settings - Fork 1
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
f3413bf
commit 8c1ffeb
Showing
1 changed file
with
26 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# sdks.near | ||
|
||
## Setup & Development | ||
|
||
Install packages: | ||
|
||
```cmd | ||
yarn | ||
``` | ||
|
||
Start development version: | ||
|
||
```cmd | ||
yarn dev | ||
``` | ||
|
||
This will start both a local gateway (http://127.0.0.1:4040) and http server for loading your local components. | ||
|
||
Optionally, to open local widgets in existing, supported gateways: | ||
|
||
1. Visit either of the following sites: | ||
|
||
- https://near.org/flags | ||
- https://everything.dev/flags | ||
|
||
2. Paste the Bos Loader Http URL (http://127.0.0.1:4040/api/loader) |