summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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