A modular design system for Mozilla websites.
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.
- Ensure you have Node.js installed.
- Clone this repository.
- 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.