An open API service indexing awesome lists of open source software.

https://github.com/paritytech/substrate-ui

Bondy Polkadot UI
https://github.com/paritytech/substrate-ui

Last synced: 3 months ago
JSON representation

Bondy Polkadot UI

Awesome Lists containing this project

README

        

# Setup

**Requires Node v11 and Python 2.7**

* Install dependencies and run the app

```
yarn install;
yarn run dev;
```

* Open the app in your browser at http://localhost:8000

```
open -a "Google Chrome" http://localhost:8000
```