Skip to content

Latest commit

 

History

History
executable file
·
23 lines (13 loc) · 772 Bytes

README.md

File metadata and controls

executable file
·
23 lines (13 loc) · 772 Bytes

Mozilla Design System

A modular design system for Mozilla websites.

Quick Start

This pattern library is based on Drizzle, which is itself based on Fabricator. It's essentially a Node-based static site generator, and uses Gulp as a task runner for local development.

  1. Ensure you have Node.js installed.
  2. Clone this repository.
  3. Run npm start in the resulting directory.

This will install dependencies, build the site, and start the development server at http://localhost:3000.

See the docs for more.

Documentation