Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 195 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 195 Bytes

My personal website

Local development:

yarn install
yarn start

# Open http://localhost:8000

Production preview:

yarn build
yarn serve

# Open http://localhost:9000