From 8daeb3fc9492a44972cbddc3b4355977877fcf8b Mon Sep 17 00:00:00 2001 From: lily Date: Thu, 16 May 2019 09:02:53 -0500 Subject: [PATCH] :pencil: add usage --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9305f02..c53fc87 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,11 @@ +# usage +requires [git](https://git-scm.com/) and [node.js](https://nodejs.org/) + +1. `git clone https://github.com/lilyshibe/portfolio.git` +2. `cd portfolio && npm i` +3. `npm start` to start development server +4. `npm run build` to build webpack to dist/ folder