A super simple splash-page/placeholder for Clare's folio site. View it here. Parcel is used to bundle/build.
The site uses a script to switch themes on click (via CSS variables), and makes use of scroll-snap
and CSS animations. I've tried to keep it lightweight and avoid importing any third party libraries where possible. I am using a web font which is a little slow to load, but otherwise performance is pretty good.
Clone this repo then install dependncies with npm install
.
To start a dev server run npm run dev
, for a production build run npm run build
.
The site is hosted on netlify, and will auto-deploy every time a new commit is pushed to master
. Pull requests will also generate preview deploys automatically.