Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 555 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 555 Bytes

ddlan.github.io

This is Danny Lan's personal website, created using React, Node, Gulp, Sass, and hard work.

Deployment instructions (for myself)

  1. Use npm start to test locally.
  2. Gulp is set up so calling gulp in the repo root directory starts watch_scss, which automatically rebuilds the minified CSS whenever the .scss files are saved.
  3. When finished, commit changes to the source branch.
  4. Run npm run deploy to build website and deploy to gh-pages branch. When deployment finishes, https://www.dannylan.me will be updated!