Hey! I would like to run this locally, how can I achieve that? I tried the `npm install` and `npm run dev` and I received: ``` var isReactApp = document?.getElementById("root") !== null; ^ ReferenceError: document is not defined ```