site: https://identityserver.github.io/Documentation/
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.