Probably a really dumb question from a total noob, but here it goes. I'm trying to get Typesense setup with Firestore. I installed the Typesense extension, and I can now access my Typesense cloud instance from my Firebase app, everything seems to sync properly, etc. Great!
Now, I would like to get the local emulator working as described in the "Development Workflow" section at the end of the
README.md. There it says to run "npm run emulator" and "npm run typesenseServer". But, I don't see in the README.md where, or how, I was supposed to install those scripts and when I attempt to run them I get a "Missing script" error. Can someone point me in the right direction?