A prototype to capture Price Proposal Template (PPT) information and export it in a machine-readable format.
This site is built with Eleventy and incorporates USWDS, as well as the uswds-compile tool.
Install npm dependencies:
npm installRun the Eleventy built-in dev server and watch for changes at the same time:
npm start- To configure USWDS settings, edit
/sass/_uswds-theme.scss - To add custom styles, edit
/sass/styles.scss
If you're already running npm start or npm run uswds:watch, USWDS will automatically compile changes to these files and output the compiled resources to /assets/uswds. Otherwise, you can tell USWDS to compile with npx gulp compile.