ETHReport 2018 Website https://ethreport.info
Go to file
Jakub Sokołowski 135ccd3820
add basic Jenkinsfile for deploying to GitHub Pages
2018-07-23 13:55:36 +02:00
.circleci Upgrade node 2018-07-18 12:59:37 +02:00
assets/styles add basic Jenkinsfile for deploying to GitHub Pages 2018-07-23 13:55:36 +02:00
bin add basic Jenkinsfile for deploying to GitHub Pages 2018-07-23 13:55:36 +02:00
components Adding orange underline to wordcloud links on mobile only 2018-07-20 14:25:25 +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 setting env with NODE_ENV 2018-07-09 09:59:57 +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 add basic Jenkinsfile for deploying to GitHub Pages 2018-07-23 13:55:36 +02:00
index.html Release the Kraken! 2018-06-27 14:10:38 +02:00
next.config.js add basic Jenkinsfile for deploying to GitHub Pages 2018-07-23 13:55:36 +02:00
package-lock.json add basic Jenkinsfile for deploying to GitHub Pages 2018-07-23 13:55:36 +02:00
package.json add basic Jenkinsfile for deploying to GitHub Pages 2018-07-23 13:55:36 +02:00
styles.scss Updating page min width 2018-07-11 11:15:55 +02:00

README.md

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/