Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 562 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 562 Bytes

Documentation for IdentityServer3

site: https://identityserver.github.io/Documentation/

How to Build

This assumes you already have Ruby and Bundler installed.

  • Navigate to the project's source code
  • Run bundle install to install the required modules
  • Modify the _config.yml file to change the URL to url: http://localhost:4000
  • This will allow the relative links to work as expected.
  • NOTE: Do not commit this change.
  • Run bundle exec jekyll serve to serve the web site.