Skip to content

ErkanKanden/superhero-ui

 
 

Repository files navigation

Superhero UI

Build Status

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

Customize configuration

See Configuration Reference.

Packages

No packages published

Languages

  • Vue 75.5%
  • JavaScript 20.8%
  • CSS 2.8%
  • Other 0.9%