# substrate-ui **Repository Path**: paritytech/substrate-ui ## Basic Information - **Project Name**: substrate-ui - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-01-05 - **Last Updated**: 2021-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```