Skip to content

Files

Latest commit

 

History

History
Cannot retrieve ahead/behind information for this branch.

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Login.gov handbook

The repository that backs the Login.gov handbook, the Login.gov team's open source handbook.

Contributing

It's a fairly standard Jekyll site. All articles (most content in this repo) should live in the _articles directory. Feel free to add a new article and it will be automatically linked to from the index of all articles.

Running Locally

Ensure that you have the required dependencies installed.

make setup
make run

Open http://localhost:4000/ in a browser, or run open http://localhost:4000 from the MacOS CLI.

Running Tests

make test

Linting

To check formatting:

make lint

To check spelling:

make spellcheck