From bef0e27d9321905af53cc8ca5478eef079a955ab Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 6 Nov 2019 12:30:17 +0200 Subject: Update build and deploy README, and remove unused gh-pages --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'README.md') 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 -- cgit v1.3.1