Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 391 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 391 Bytes

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!