summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2019-11-06 12:30:17 +0200
committerYuval Adam <_@yuv.al>2019-11-06 12:30:17 +0200
commitbef0e27d9321905af53cc8ca5478eef079a955ab (patch)
treec1c1f44cc633313d57af7e12429b50d037e68137 /README.md
parent851cee1f9f12e4b1a22b47180a7d5c8190203a66 (diff)
Update build and deploy README, and remove unused gh-pages
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index a9ef6dc..3b357e0 100644
--- a/README.md
+++ b/README.md
@@ -4,15 +4,21 @@ Web-based CIDR / netmask / IP address visualizer - https://cidr.xyz
## Dev
+Install dependencies and run the development server:
+
```bash
$ yarn
$ yarn run start
```
-## Prod
+## Build
-Deploy the current state to `gh-pages` branch auto-magically:
+Manually building the static content into the `dist/` directory can be done with:
```bash
-$ yarn run deploy
+$ yarn run build
```
+
+## Deployment
+
+Deployment is automated from `master` branch via Netlify