· 1 min read

Running Gem Server to View Docs for Ruby Libraries on Localhost

gem server

will boot up documentation on port 8808 by default pass it the -p flag followed by the port number to change.

gem server -p3000

Comments

Leave a comment