Personal website for me (Kye Burchard)
Development:
git clone [email protected]:kyeb/kyeburchard.git
mv kyeburchard kyeb && cd kyeb
gulp dev
The dev gulp task does a couple things:
- Runs a BrowserSync server hosting the site locally
- Watches for changes to
index.htmlto reload - Watches for changes to
scss/styles.scssto recompile tocss/styles.cssand injects the changes into the BrowserSync server, without reloading