Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johngruen/project-dfa
Elements etc.
https://github.com/johngruen/project-dfa
Last synced: 2 months ago
JSON representation
Elements etc.
- Host: GitHub
- URL: https://github.com/johngruen/project-dfa
- Owner: johngruen
- Created: 2014-04-15T22:34:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-12T14:45:14.000Z (over 10 years ago)
- Last Synced: 2024-04-09T15:55:27.060Z (9 months ago)
- Language: CSS
- Size: 4.41 MB
- Stars: 7
- Watchers: 5
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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)