Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 882 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 882 Bytes

Hull Segment Ship.

Sends Hull data to Segment.

If you want your own instance: Deploy

End-Users: See Readme here

Using :

  • Go to your Hull Dashboard > Ships > Add new
  • Paste the URL for your Heroku deployment, or use ours : https://hull-segment.herokuapp.com/
  • Enter the Segment Write Key
  • Visit the Setup Page (see below)
  • Add your ship to a Platform.

Developing :

  • Fork
  • Install
npm i -g gulp
npm i
npm run start:dev #starts in dev mode with nodemon
npm run test #runs unit tests, lints and checks dependencies
npm run watch #builds client package
npm run build # build
# Checkout package.json for more tasks