Skip to content

mbarker84/css-irl-eleventy

Repository files navigation

CSS { In Real Life }

The official Github repository for front end blog CSS { In Real Life }.

Netlify Status

How to run

  1. Install dependencies: npm install.
  2. Run npm start to start the Eleventy server. In a new terminal window run npm run watch:parcel to watch for CSS and JS changes.

Building for production

npm run build

Generate SVG sprite

npm run svg