Jekyll site for displaying toolkits developed by xd.gov to combat bias in AI
This site is based on uswds-sandbox code.
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
The file _includes/head.html
contains script tags for the following analytics tools:
Digital Analytics Program
Google Analytics
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.