showing stories in the browser
Stories not appearing in the browser once the emulator has loaded? Do the following then reload:
plaintext
adb reverse tcp:7007 tcp:7007
force luxon to a specific time in utc
Mock luxon’s time to be 2021-02-25 UTC:
javascript
Settings.now = () => new Date(Date.UTC(2021, 1, 25, 0, 0, 0)).valueOf();