kasp.io#
My personal website. It uses the YouTube Data API and the SoundCloud API, as well as some cool three.js animation.
Dev Instructions#
- Install Node.js
- Run
npm install gulp-cli -gto install dependencies - Run
npm installto install dependencies
gulp: Same asgulp watch server.gulp build: Deletes/build, compiles all pug/sass/js in/srcexcept for/src/lib, copies everything else from/srcinto/build, autoprefixes css, adds sourcemaps to css/js.gulp watch: Build and watch for changes.gulp server: Starts dev server on localhost:3000.gulp deploy: Build and deploy to GitHub Pages (/docs folder)