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