ETHReport 2018 Website https://ethreport.info
Go to file
Wisani Shilumani e096341d65 Add comment 2018-07-20 10:35:00 +02:00
.circleci Upgrade node 2018-07-18 12:59:37 +02:00
assets/styles Merge branch 'develop' of github.com:Nona-Creative/ETHPrize into feat/change-wordcloud-hover-colours 2018-07-19 17:21:54 +02:00
components Add comment 2018-07-20 10:35:00 +02:00
data New JSON structure transform 2018-07-20 10:27:44 +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 Updated package-lock.json 2018-07-19 17:06:37 +02:00
package.json Updating word clouds and removing slider modal 2018-07-18 12:02:11 +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