Updating Readme

This commit is contained in:
Sharyn 2018-07-09 10:44:42 +02:00
parent ddaeae82dc
commit e657b8fb0b
1 changed files with 7 additions and 5 deletions

View File

@ -4,9 +4,11 @@ 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`
- `yarn lint` runs the eslinter
`npm run dev` runs the site at `localhost:3000`
`npm run deploy` to deploy to `https://nona-creative.github.io/ETHPrize`
`yarn lint` runs the eslinter
## Deploy to staging
- Make sure `master` branch is up to date with develop
- `npm run deploy` to deploy
- This pushes compiled code to a second repo at `https://github.com/Nona-Creative/nona-creative.github.io-ETHprize`
- View staging Github page at `https://nona-creative.github.io/ETHPrize`