You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
```