Building the 21st century digital government.
CONTRIBUTORS TAKE NOTE: We work off the devel
branch, so be sure to pull that branch and submit your pull request to devel
not master
.
- Pull down the repo
git clone [email protected]:18F/18f.gsa.gov.git
- From the root of the site, install the necessary git submodules with
git submodule init
and node packages withnpm install
- Run
make
to compile your JavaScript and CSS assets. - Install an http-server with
npm install http-server -g
if you don't already have one - Launch your web server, eg.
http-server
- Update your git submodules with
git submodule update --init
- Monitor your asset folders and automatically generate compiled versions by running
make watch
- Node package manager
- A Webserver (http-server, Apache, Jekyll, etc.)
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request (PR to
devel
notmaster
)
This project is in the worldwide public domain. As stated in CONTRIBUTING:
This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.
All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.