From a48d3f8b5cf4c64ff719322b66abd6b256f257f7 Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Sat, 9 Dec 2017 00:38:28 +0530 Subject: [PATCH] Update Readme.md --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e829d22..f99571b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ -# pw -Personal Website - https://mkr.pw +

Personal Website

+ +## MKRhere/pw + +This is my personal website, acts as both a portfolio and a personal space. You can visit the website at https://mkr.pw, or take a look around here. + +## Building + +I've used Sass for styling and CommonJS modules to keep my code maintainable. I've added a `build.js` to keep it easy to build for production. After cloning the repo, do + +```shell +npm install +npm install --only=dev +node build +``` + +The assets for the site are built at `/public/`