gitextract_b36yke40/ ├── .firebaserc ├── .gitignore ├── README.md ├── firebase.json ├── package.json └── src/ ├── build/ │ ├── build.ts │ ├── css/ │ │ ├── base.css │ │ ├── item.css │ │ └── stories.css │ ├── deploy_staging.sh │ ├── index.html │ ├── offline.server.ts │ ├── sw.main.js │ ├── tsconfig.json │ └── workbox.types.ts ├── server/ │ ├── embedcss.ts │ ├── index.ts │ ├── package.json │ ├── templates.ts │ ├── tsconfig.json │ └── utils.ts └── static/ ├── 404.html ├── manifest.json └── sw.reg.js