Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 799 Bytes

File metadata and controls

25 lines (20 loc) · 799 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

Once you have something you like, it's time to share it with the rest of us!

To get your changes merged:

  • Make sure you're working on staging, and submit the pull request to there. All our commits go through the staging site before being pushed to master.
  • Make your pull request as small as possible (so it's easier to review and merge them).
  • If it's something that needs to be merged as soon as possible, add a tag (e.g. urgent).