Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Jan 28, 2024
1 parent f3413bf commit 8c1ffeb
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
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)

0 comments on commit 8c1ffeb

Please sign in to comment.