2018-06-27 15:06:10 +02:00
|
|
|
# ETHPrize
|
|
|
|
ETHPrize single page React website
|
|
|
|
|
|
|
|
## Setting up
|
|
|
|
- `git clone git@github.com:Nona-Creative/ETHPrize.git`
|
|
|
|
- `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 to staging
|
|
|
|
- `npm run deploy` to deploy
|
2018-07-09 10:47:08 +02:00
|
|
|
- This pushes the compiled code to a second repo at `https://github.com/Nona-Creative/nona-creative.github.io-ETHprize`
|
2018-07-09 11:40:27 +02:00
|
|
|
- View staging Github page at `https://nona-creative.github.io/nona-creative.github.io-ETHprize`
|