HubSpot-ruby private app starter

July 26, 2021 ยท View on GitHub

Requirements

  1. ruby 2.6.3
  2. Configured .env file

Running

  1. Install dependencies
bundle install
  1. Run your app
ruby app.rb
  1. Go to the http://127.0.0.1:4567 to check results

Contents

  1. 0.1Requirements
  2. 0.2Running