A site for CISA directives
This document is an analysis of a specific application on the cyber.dhs.gov website. The application utilizes the U.S. Web Design System and is optimized for deployment on 18F’s Federalist static site hosting service. The document also provides instructions on how to install and run the application locally.
To install and run the application locally, follow these steps:
npm install
to install the USWDS and Gulp dependencies.npm install -g gulp
to allow usage of the Gulp CLI directly.bundle install
to install Jekyll.gulp watch
.bundle exec jekyll serve
.This document provides an overview of a specific application on the cyber.dhs.gov website. It highlights its key features, including its use of the U.S. Web Design System and optimization for deployment on 18F’s Federalist static site hosting service. The document also provides step-by-step instructions for installing and running the application locally.