Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 862 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 862 Bytes

TimeTravelDemo

Example

The video below shows the Demo application using TimeTravel and the TimeTravel Extension in action

Screen.Recording.2022-12-26.at.6.53.58.PM.mov

Be sure to have installed the browser extension

To start the demo:

  • Install dependencies with mix deps.get
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

  • Open Developer Tools (Right click > Inspect)
  • Select the arrows for more options and select LiveView DevTools
  • Interact with the LiveView
  • Happy Time Traveling!