We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369bb2a commit 0e177ccCopy full SHA for 0e177cc
README.mkd
@@ -75,7 +75,11 @@ Setup:
75
4. Run `npm install` to install the required Node packages.
76
5. Run `npm run db-init` to create the necessary tables in PostgreSQL
77
6. Optional: Run `npm run seed` to seed the database with test data
78
+<<<<<<< HEAD
79
7. In your [HubSpot public app](https://developers.hubspot.com/docs/api/creating-an-app), add `localhost:3001/oauth-callback` as a redirect URL
80
+=======
81
+7. In your [HubSpot public app](https://developers.hubspot.com/docs/api/creating-an-app), add localhost:3001/oauth-callback as a redirect URL
82
+>>>>>>> 2d5d700 (Update README.mkd)
83
8. The app uses the following scopes:
84
- crm.schemas.companies.read
85
- crm.schemas.companies.write
0 commit comments