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
- Host: GitHub
- URL: https://github.com/paritytech/substrate-ui
- Owner: paritytech
- Archived: true
- Created: 2018-05-02T18:49:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-08T12:18:51.000Z (about 5 years ago)
- Last Synced: 2024-10-02T20:29:28.073Z (6 months ago)
- Language: JavaScript
- Size: 7.64 MB
- Stars: 73
- Watchers: 14
- Forks: 37
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-substrate - substrate-ui, Bondy Polkadot UI
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
```