Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 398 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 398 Bytes

Mozilla Playground: CSS Grid Layout

A Website to learn how to build with CSS Grid Layout and Firefox DevTools

View the website

This website was built with Gatsby.

Develop

To run this locally, install dependencies with NPM and then:

npm run dev

Build

npm run build

Deploy (github pages)

npm run deploy