Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 718 Bytes

File metadata and controls

28 lines (20 loc) · 718 Bytes

Census API Docs for Javascript

Documentation, examples, guides primarily focused on using the Census API in frontend and backend Javascript applications by unitizing the CitySDK library.

Built on uswds-jekyll


Development

  1. Fetch gems by running
bundle
  1. Run Jekyll in development
jekyll serve --config _config.yml,_config_development.yml

Other notes

When adding images or assets make sure to include relative_url. This is so baseurl works for github pages.

{{ '/assets/something.png' | relative_url }}

If you would like to add features and content, report an issue, or suggest changes submit a pull request on Github.