-
The users and their events are stored in cookies so they persist for some time.
-
The session of a user is stored in sessionStorage which only persists to one tab at a time.
-
Opening this website on multiple tabs with different logins will simulate multiple users.
yarn install
yarn run serve
yarn run build
yarn run lint