Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 555 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 555 Bytes

DISCLAIMER: This style guide is out of date. Please visit the Photon Design System.

Firefox UX Style Guide Build Status

You probably want to go here

Requires:

  • npm version: 3.5.3
  • node version: 5.3.0

To run (with hot-reloading!):

$ npm install
$ npm run serve

To build:

$ npm install
$ npm run build

Pull requests welcome by anyone!