This method may not work. Because you need to join the Firebase project.
If you want to try, see Online Demo.
$ npm i$ cd common/Types
$ npm i$ npm i -g firebase-tools
$ cd firebase/functions
$ npm i
$ npm run serve # launch local emulatorYou should launch local emulator before npm run dev.
$ cd client
$ npm i
$ npm run dev