An admin dashboard for the Identity project.
These instructions assume identity-idp
is also running locally at http://localhost:3000
. This dashboard is configured to run on http://localhost:3001
.
- Make sure Postgres is running. For example, on macOS:
$ brew services start postgres
- Set up the environment with:
$ make setup
- And run the app server:
$ make run
Run RSpec tests using:
$ make test
The project is in the public domain, and all contributions will also be released in the public domain. By submitting a pull request, you are agreeing to waive all rights to your contribution under the terms of the CC0 Public Domain Dedication.
This project constitutes an original work of the United States Government.