Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.32 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.32 KB

Build Deploy

michaelparkins.com

This is my personal site, michaelparkins.com, built with Angular and hosted on AWS.

Stack

Purpose

I've made my site open source so that others can see how I put it together, maybe even get inspired. I don't expect any contributions, which is why the repo lacks a CONTRIBUTING.md. I also don't expect anyone will want to fork the repo, but if you do, please consider tossing in an attribution by linking back to michaelparkins.com.

Local setup

git clone https://github.com/michael-parkins/personal-site-ngx.git
cd personal-site-ngx
npm install
ng serve