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/`