ETHReport/README.md

454 B

ETHPrize

ETHPrize single page React website

Setting up

  • git clone git@github.com:status-im/ETHPrize.git
  • npm install
  • npm run dev runs the site at localhost:3000
  • yarn lint runs the eslinter

Deploy

  • npm run prod-build to build to the out directory
  • npm run gh-publish to deploy to GitHub Pages
  • This pushes the compiled code to the gh-pages branch
  • View staging Github page at: https://status-im.github.io/ETHReport/