ETHReport/README.md

14 lines
483 B
Markdown
Raw Normal View History

2018-06-27 13:06:10 +00:00
# ETHPrize
ETHPrize single page React website
## Setting up
- `git clone git@github.com:Nona-Creative/ETHPrize.git`
- `npm install`
2018-07-09 08:44:42 +00:00
- `npm run dev` runs the site at `localhost:3000`
- `yarn lint` runs the eslinter
## Deploy to staging
- `npm run deploy` to deploy
2018-07-09 08:47:08 +00:00
- This pushes the compiled code to a second repo at `https://github.com/Nona-Creative/nona-creative.github.io-ETHprize`
2018-07-09 09:40:27 +00:00
- View staging Github page at `https://nona-creative.github.io/nona-creative.github.io-ETHprize`