jackkoppa / photon

Firefox’s Photon Design System.

Home Page:https://design.firefox.com/photon/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Photon Design System Build Status

Requires:

  • docker

To run (with hot-reloading!):

$ docker pull praqma/gh-pages
$ docker run --name photon -d -v $PWD/jekyll:/home/jenkins -p 4000:4000 praqma/gh-pages || docker start photon
$ docker exec -it photon jekyll serve --watch --host=0.0.0.0

Open up http://localhost:4000/photon/

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).

About

Firefox’s Photon Design System.

https://design.firefox.com/photon/

License:Mozilla Public License 2.0


Languages

Language:HTML 73.3%Language:CSS 19.1%Language:JavaScript 7.3%Language:Shell 0.3%Language:Ruby 0.0%