mirror of https://github.com/MKRhere/pw
Muthu Kumar
7 years ago
1 changed files with 17 additions and 2 deletions
@ -1,2 +1,17 @@ |
|||||
# pw |
<h1 align="center">Personal Website</h1> |
||||
Personal Website - https://mkr.pw |
|
||||
|
## 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/` |
||||
|
Loading…
Reference in new issue