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