Museum How do I run it? You'll need to install the dependencies and build the application Install dependencies npm i Building the repo // build and bundle the app npm run build_bundle // run a dev server npm run start Type-checking the repo npm run type-check npm run type-check -- --watch