ETHReport/README.md

16 lines
454 B
Markdown
Raw Permalink Normal View History

2018-06-27 15:06:10 +02:00
# ETHPrize
ETHPrize single page React website
## Setting up
- `git clone git@github.com:status-im/ETHPrize.git`
2018-06-27 15:06:10 +02:00
- `npm install`
2018-07-09 10:44:42 +02:00
- `npm run dev` runs the site at `localhost:3000`
- `yarn lint` runs the eslinter
## Deploy
- `npm run prod-build` to build to the `out` directory
- `npm 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/