ETHReport 2018 Website https://ethreport.info
Go to file
Sharyn 958c0c021c Adding orange underline to wordcloud links on mobile only 2018-07-20 14:25:25 +02:00
.circleci Upgrade node 2018-07-18 12:59:37 +02:00
assets/styles Making css mixin 2018-07-20 12:10:25 +02:00
bin/transform-json Automatically transform JSON 2018-07-20 11:16:50 +02:00
components Adding orange underline to wordcloud links on mobile only 2018-07-20 14:25:25 +02:00
data Removing usability from topics list 2018-07-20 14:25:04 +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
README.md Updating staging URL in Readme 2018-07-09 11:40:27 +02:00
index.html Release the Kraken! 2018-06-27 14:10:38 +02:00
next.config.js Temp solution to subpages assets path issue 2018-07-11 15:47:26 +02:00
package-lock.json Adding react-headroom 2018-07-20 09:42:17 +02:00
package.json Merge branch 'develop' of github.com:Nona-Creative/ETHPrize into feat/node-transform-json 2018-07-20 11:43:16 +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:Nona-Creative/ETHPrize.git
  • npm install
  • npm run dev runs the site at localhost:3000
  • yarn lint runs the eslinter

Deploy to staging

  • npm run deploy to deploy
  • This pushes the compiled code to a second repo at https://github.com/Nona-Creative/nona-creative.github.io-ETHprize
  • View staging Github page at https://nona-creative.github.io/nona-creative.github.io-ETHprize