Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 233 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 233 Bytes

Personal Site

Start developing.

Navigate into your site’s directory and start it up.

```shell
git clone https://github.com/rdfurman/rfurman.ca.git
cd rfurman.ca
npm install
npm run develop
```