This is the supporting repo for Build a responsive media browser with CSS.
This runs off a little eleventy setup. To get started:
- Run
npm install
- To serve locally:
npm start
- To build:
npm run build
For both serving and building, the output is dist
.