A modular design system for Mozilla websites.
https://mozilla-protocol.netlify.com/
To use Protocol in your website you can install the core package directly from NPM:
npm install @mozilla-protocol/core --save
Alternatively, you can also download the latest release from GitHub.
To build Protocol from source including the documentatiion site, you can clone the repo from GitHub:
$ git clone https://github.com/mozilla/protocol.git
$ cd protocol
$ npm start
For a more info, read the installation docs.