ETHReport 2018 Website
https://ethreport.info
Jakub Sokołowski 135ccd3820 | ||
---|---|---|
.circleci | ||
assets/styles | ||
bin | ||
components | ||
data | ||
pages | ||
static | ||
.eslintrc | ||
.gitignore | ||
.nojekyll | ||
Jenkinsfile | ||
README.md | ||
index.html | ||
next.config.js | ||
package-lock.json | ||
package.json | ||
styles.scss |
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 atlocalhost:3000
yarn lint
runs the eslinter
Deploy
npm run prod-build
to build to theout
directorynpm 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/