Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 525 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 525 Bytes

README

Instructions to reproduce

  • install ruby 2.7.6
  • install dependencies:
    • bundle install
    • yarn install (or npm install)
  • run the rails server: bin/rails server
  • open your browser and visit the URL localhost:3000
  • open the browser development tools to see any javascript error
  • click the links on the page to navigate to diferent pages
  • you should see the freshdesk launcher appearing, while we hidden it.

The code to embed the widget is in app/views/application/_freshdesk_widget.html.erb