Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 314 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 314 Bytes

Grayolson.com

My personal website, built using React and Phenomic, a static site generator [

Install dependencies

npm install

Run development server

npm start

Build for production

Generates static files in ./dist

npm run build