Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 224 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 224 Bytes
  1. Make sure the 'sinatra' gem is installed.
  2. From the command line, you can start the server by 'ruby main.rb'
  3. If you have the 'shotgun' gem installed, you can instead run 'shotgun main.rb'
  4. ctrl+c to stop the server