ETHReport 2018 Website https://ethreport.info
Go to file
Sharyn afc0ee7c43 Sorting search results alphabetically 2018-07-10 13:43:25 +02:00
.circleci Site setup with next and base sass partials 2018-06-27 13:48:55 +02:00
assets/styles hardcoded repo to get staging working for client review 2018-07-09 13:40:21 +02:00
components Sorting search results alphabetically 2018-07-10 13:43:25 +02:00
data Adding an extra example interview 2018-07-10 13:39:05 +02:00
pages hardcoded repo to get staging working for client review 2018-07-09 13:40:21 +02:00
static Adding correct fonts and updating variables 2018-07-05 11:56:51 +02:00
.eslintrc Updating eslint parser 2018-07-09 16:28:31 +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 new repo name 2018-07-09 13:01:44 +02:00
package-lock.json ran NPM 2018-07-09 09:37:21 +02:00
package.json Updating search functionality setup 2018-07-09 16:29:57 +02:00
styles.scss PR feedback and modal styling 2018-07-06 15:49:24 +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