Every Layout
June 20, 2024 ยท View on GitHub
Minimum HTML/CSS/JS for creating Heydon Pickering & Andy Bell's Every Layouts.
Getting started
Clone and install deps ๐ฆ
git clone git@github.com:aprietof/every-layout.git
cd every-layout
yarn
yarn dev
Then open http://localhost:1234. Parcel will automagically hot reload you files whenever you make
changes.
Build ๐ทโ
yarn build