Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 625 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 625 Bytes

Repurpose the CSS Tricks Flexbox guide into a single-page playground designed with Shopify Polaris 💜

Development

# Run the app locally at http://localhost:3000/

$ yarn start
# Build the app to be deployed to Github Pages™️

$ yarn build
# Deploy the app to https://lauraaubin.github.io/Flexy-boxes/

$ yarn deploy