Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 347 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 347 Bytes

My Personal Website

This repository contains the sources for my personal website danewilsom.me.
It is currently hosted with Netlify.

Installation

Run yarn or npm install

Build

To compile the transpile the website to the public directory run:
yarn build or npm run build