Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johngruen/project-dfa

Elements etc.
https://github.com/johngruen/project-dfa

Last synced: 2 months ago
JSON representation

Elements etc.

Awesome Lists containing this project

README

        

# Project Chameleon

Common UI, and Graphic components for Firefox Desktop, Android and more.

Project lives at: http://people.mozilla.org/~jgruen/chameleon/

## WORK IN PROGRESS

All components of Chameleon are currently WIP. This includes the overall site build process. The following instructions are correct as of 5/9/14

## Prerequisites

Node, Bower, Grunt

## Installation

Clone or Download the repo to get started

- `cd` into the Project-DFA repo
- `npm install`
- `bower install`
- `grunt build`
- `grunt watch`
- open the `dist/index.html` in your favorite browser that is also Firefox 29.
- Files in the src folder are editable. Editing Sass and Jade (HTML templates) in src will automatically update the `dist` folder.
- If you want to add new image assets, place them in `src/images` then `grunt build` again to move them (i need to work on the gruntfile)