The static marketing site for login.gov
production
branch is published publicly at https://www.login.gov.master
branch is published at a preview URL
- Branch off of
master
and make pull requests back to themaster
branch - When ready to publish, push changes to
production
This is a Jekyll-built static site. To install dependencies:
make setup
To run locally in conjunction with identity-style-guide
, run the following commands:
- In the
identity-style-guide
directory, runnpm link
. This will create a symlink that will make changes to this repo accessible inidentity-site
Then, to start serving the site locally in development:
make run
This will start multiple processes that will watch for changes in your local identity-style-guide
repository.
To run specs:
make test
See CONTRIBUTING for additional information.
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.