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 withiex -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!