Personal Website - https://mkr.pw
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
499 B

7 years ago
<h1 align="center">Personal Website</h1>
## 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/`