From e657b8fb0bad0c739e79417352fa982144d75f4d Mon Sep 17 00:00:00 2001 From: Sharyn Date: Mon, 9 Jul 2018 10:44:42 +0200 Subject: [PATCH] Updating Readme --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 07f29f4..15342fd 100644 --- a/README.md +++ b/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`