The U.S. Digital Corps website is developed using the U.S. Web Design System v2 and is hosted as a Cloud.gov Pages website. This code uses a Jekyll site engine and built with Ruby.
This project strives to be compliant with requirements set by the 21st Century IDEA Act. The standards require that a website or digital service:
Clone the repository.
git clone https://github.com/GSA/digitalcorps.gsa.gov.git
cd digitalcorps.gsa.gov
Install the Node.js and Ruby Gem dependencies.
npm install
bundle install
Build the site.
npm run build
Run the site locally.
npm start
Open your web browser to localhost:4000 to view the site.
After you make changes, be sure to run the tests.
npm run test-a11y
npm run test-links
--
tags. This is meta data that helps Jekyll build the site, but you can also use it to pass custom variables.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.