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`
|
|
|
|
|
|
|
|
`npm run dev` runs the site at `localhost:3000`
|
|
|
|
|
2018-07-05 11:57:05 +00:00
|
|
|
`npm run deploy` to deploy to `https://nona-creative.github.io/ETHPrize`
|
|
|
|
|
|
|
|
`yarn lint` runs the eslinter
|