diff options
| author | Yuval Adam <_@yuv.al> | 2019-11-06 12:30:17 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2019-11-06 12:30:17 +0200 |
| commit | bef0e27d9321905af53cc8ca5478eef079a955ab (patch) | |
| tree | c1c1f44cc633313d57af7e12429b50d037e68137 /README.md | |
| parent | 851cee1f9f12e4b1a22b47180a7d5c8190203a66 (diff) | |
Update build and deploy README, and remove unused gh-pages
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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 |
