The repository that backs the Login.gov handbook, the Login.gov team's open source handbook.
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.
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.
make test
To check formatting:
make lint
To check spelling:
make spellcheck