Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1021 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 1021 Bytes

Clare Placeholder Netlify Status

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.

Development

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.

Deployment

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.