Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 283 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 283 Bytes

Personal Website

to run locally, use

npm start

to build, use

npm run build

to deploy on github, use

npm run deploy

to add a new article, create a new page in articles/, import and setup the page in index.js, and add a link to the page in ideas.js.