ETHReport 2018 Website https://ethreport.info
Go to file
Sharyn e657b8fb0b Updating Readme 2018-07-09 10:44:42 +02:00
.circleci Site setup with next and base sass partials 2018-06-27 13:48:55 +02:00
assets/styles Renaming search to browseArchives and updating components 2018-07-06 13:46:18 +02:00
components PR feedback and modal styling 2018-07-06 15:49:24 +02:00
data Adding interview content 2018-07-06 13:47:37 +02:00
pages Renaming search to browseArchives and updating components 2018-07-06 13:46:18 +02:00
static Adding correct fonts and updating variables 2018-07-05 11:56:51 +02:00
.eslintrc Site setup with next and base sass partials 2018-06-27 13:48:55 +02:00
.gitignore Site setup with next and base sass partials 2018-06-27 13:48:55 +02:00
.nojekyll Release the Kraken! 2018-06-27 14:10:38 +02:00
README.md Updating Readme 2018-07-09 10:44:42 +02:00
index.html Release the Kraken! 2018-06-27 14:10:38 +02:00
next.config.js Putting back deleted files 2018-06-27 15:06:10 +02:00
package-lock.json ran NPM 2018-07-09 09:37:21 +02:00
package.json Setting up Github pages repo for deployment 2018-07-09 10:40:49 +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

  • Make sure master branch is up to date with develop
  • npm run deploy to deploy
  • This pushes 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/ETHPrize