Updating Readme
This commit is contained in:
parent
ddaeae82dc
commit
e657b8fb0b
12
README.md
12
README.md
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue