Jekyll site for testing new functionality currently under development
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