Skip to content

aeternity/superhero-ui

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

492d701 · Jun 17, 2021
Mar 24, 2021
May 8, 2020
Jun 17, 2021
Jul 5, 2020
Mar 17, 2020
Jul 21, 2020
Jun 9, 2021
Dec 15, 2020
Feb 10, 2021
Sep 23, 2020
Mar 17, 2020
Jul 26, 2020
Sep 16, 2020
Jan 8, 2020
May 8, 2020
Mar 17, 2020
Jul 4, 2020
Jan 8, 2020
May 18, 2021
Jun 17, 2021
Jun 15, 2021
May 18, 2021

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.