ETHReport 2018 Website https://ethreport.info
Go to file
Jakub Sokołowski 0167955d7a
upgrade react-dom to fix a vulnerability (CVE-2018-6341)
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-01-05 14:27:05 +01:00
assets/styles Changes config for live site 2018-07-23 15:13:15 +02:00
bin add basic Jenkinsfile for deploying to GitHub Pages 2018-07-23 13:55:36 +02:00
components Adds link to form 2018-09-26 12:19:56 +02:00
data removing duplicate from topics list 2018-07-20 14:30:20 +02:00
pages Fix favicon urls 2018-07-19 17:11:55 +02:00
static cleanup 2018-07-19 16:43:44 +02:00
.eslintrc lint fixes 2018-07-10 14:25:23 +02:00
.gitignore Fixes vulnerability 2018-09-26 12:22:41 +02:00
.nojekyll Release the Kraken! 2018-06-27 14:10:38 +02:00
Jenkinsfile add basic Jenkinsfile for deploying to GitHub Pages 2018-07-23 13:55:36 +02:00
README.md Updated README 2018-07-23 16:55:28 +02:00
index.html Release the Kraken! 2018-06-27 14:10:38 +02:00
next.config.js Changes config for live site 2018-07-23 15:45:54 +02:00
package-lock.json Fixes vulnerability 2018-09-26 12:22:41 +02:00
package.json upgrade react-dom to fix a vulnerability (CVE-2018-6341) 2019-01-05 14:27:05 +01:00
styles.scss Updating page min width 2018-07-11 11:15:55 +02:00

README.md

ETHReport

This repository hosts the website that serves the data drawn from interviews with over 100 of the most well known developers in Ethereum.

The idea is to make it easily accessible so that anyone, within or just joining the Ethereum community, can understand at a few glances where the biggest hurdles and obstacles currently are and what the biggest opportunities are to improve the network and tools around it for everyone.

More information about next steps for this project can be found here.

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/