summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index ef771c9..2dc5a20 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# cidr.xyz
-Web-based CIDR / netmask / IP address visualizer
+Web-based CIDR / netmask / IP address visualizer. Built to learn the basics of [React](https://facebook.github.io/react/) and [Webpack](https://webpack.github.io/docs/).
## Dev
@@ -8,3 +8,11 @@ Web-based CIDR / netmask / IP address visualizer
$ npm install
$ webpack-dev-server --progress --colors
```
+
+## Prod
+
+On branch `gh-pages`:
+
+```bash
+$ webpack --optimize-minimize
+```