-
Notifications
You must be signed in to change notification settings - Fork 0
Source code
Blake Brannon edited this page Aug 30, 2013
·
2 revisions
OEAM is hosted at GitHub and uses Git for source control. In order to obtain the source code, you must first install Git on your system. Instructions for installing and setting up Git can be found at https://help.github.com/articles/set-up-git.
If you simply want to create a local copy of the source to play with, you can clone the main repository using this command:
git clone git://github.com/blakebrannon/oeam.git
If you're planning on contributing to OEAM, then it's a good idea to fork the repository. You can find instructions for forking a repository at https://help.github.com/articles/fork-a-repo. After forking the OEAM repository, you'll want to create a local copy of your fork.
The OEAM directory and file structure is as follows:
-
demos- collection of demos and sample application files -
lib- contains optional libraries to simplify implementing app configurations -
release- contains the distributable files from the last official release -
src- the main source code folder-
app configuration- contains files defining the app configuration standard -
app feedback- contains files defining the app feedback standard
-
-
tests- the main unit test folder-
core- tests for core CSS Lint functionality including theCSSLintobject -
formatters- tests for the formatters
-