Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.2 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.2 KB

XD Combating Bias Frontend

Jekyll site for displaying toolkits developed by xd.gov to combat bias in AI

This site is based on uswds-sandbox code.

Running code locally

After cloning the repo, navigate to the correct folder and install USWDS, Jekyll, and any necessary dependencies using:

npm start

Then, to run the site locally:

npm run serve

If all goes well, visit the site at http://localhost:4000.

USWDS assets are in assets/uswds/fonts and assets/uswds/img.

SASS files are kept in the /_sass directory. To watch for changes and recompile the styles, run:

npm run watch

Analytics

The file _includes/head.html contains script tags for the following analytics tools: Digital Analytics Program Google Analytics

Community Contributions

User feedback is welcome! If you would like to suggest edits or additions to features such as the model card generator, please create a new issue or open a pull-request.