Awesome
Superhero UI
This repo contains the code for the superhero.com (currently https://superhero.com) tips aggregator.
The UI is fetching data from the tipping contract and is visualizing the data in an consumer-friendly way. This UI client can be self-hosted by anyone locally by following the instructions below.
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your unit tests
npm run test:unit
Run your end-to-end tests
npm run test:e2e
Lints and fixes files
npm run lint
Bump version and generate change log
npm run release