Skip to content

Latest commit

 

History

History

building-your-first-github-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

This is the sample project built by following the "Building Your First GitHub App" Quickstart guide on developer.github.com.

It consists of two different servers: server.rb (boilerplate) and advanced_server.rb (completed project).

Install and run

To run the code, make sure you have Bundler installed; then enter bundle install on the command line.

  • For the boilerplate project, enter ruby server.rb on the command line.

  • For the completed project, enter ruby advanced_server.rb on the command line.

Both commands will run the server at localhost:3000.