summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJibin Thomas <jibin.thomas2706@gmail.com>2018-10-14 14:57:17 +0530
committerYuval Adam <_@yuv.al>2018-10-14 11:27:17 +0200
commit38192d7d93254893ef0e7ec3107c022da8be499f (patch)
tree4401e42fe295cd48f69063dd83875684d68d2ca1 /README.md
parentd0c28b4b61696f954e8d3372feafda7868e80be9 (diff)
Refactor and modernize code base (#5)
Fixes #3 - * Updated all the dependencies to latest version * Config files updated * Moved the files to src directory * Updated README file * Configured package.json and README.md for production build * Added gh-pages package * Added production details in README.md * Removed unnecessary script tag from index.html * Change the fonts to ubuntu
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2dc5a20..e3d5061 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,8 @@ Web-based CIDR / netmask / IP address visualizer. Built to learn the basics of [
## Dev
```bash
-$ npm install
-$ webpack-dev-server --progress --colors
+$ yarn
+$ yarn run start
```
## Prod
@@ -14,5 +14,5 @@ $ webpack-dev-server --progress --colors
On branch `gh-pages`:
```bash
-$ webpack --optimize-minimize
+$ yarn run deploy
```