/photon

Firefox’s Photon Design System.

Primary LanguageHTMLMozilla Public License 2.0MPL-2.0

Photon Design System Build Status

Requires:

  • npm version: 4.1.2
  • node version: 7.7.0

To run (with hot-reloading!):

$ npm install
$ npm run serve

Navigate to http://localhost:3000 to see it!

To build:

$ npm install
$ npm run build

Pull requests welcome by anyone!