Skip to content

ZokRZHON/identity-dev-docs

 
 

Repository files navigation

Login.gov Dev Docs

View it live ❯

Development

Docker

Build and run the site

docker-compose build
docker-compose up
open http://localhost:4000

Some changes, like _config.yml don't get picked up automatically in Docker. You can pick up these changes by stopping/starting the cluster.

Run tests

docker-compose run web make test

You can drop into a bash shell in the container with

docker-compose run web bash

Locally

Run the server locally:

make run

Run the tests:

make test

This site uses the U.S. Web Design Standards. To update them:

  1. Download the latest release
  2. Copy contents to assets/
  3. Rename directory to uswds
  4. Download latest anchor.js and put in assets/js/

About

Login.gov developer documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.9%
  • Ruby 27.7%
  • SCSS 4.3%
  • Dockerfile 3.3%
  • Makefile 1.8%