This is Danny Lan's personal website, created using React, Node, Gulp, Sass, and hard work.
- Use
npm startto test locally. - Gulp is set up so calling
gulpin the repo root directory startswatch_scss, which automatically rebuilds the minified CSS whenever the .scss files are saved. - When finished, commit changes to the
sourcebranch. - Run
npm run deployto build website and deploy togh-pagesbranch. When deployment finishes,https://www.dannylan.mewill be updated!