Probably a really dumb question from a total noob,...
# community-help
i
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?
j
You want to clone the extension Github repo on your computer, then from the root of the repo run npm install, then those two commands in the readme
Ona side note, iirc you need to have Firebase-cli 10.x installed for it to work. It doesn’t work on future cli versions
i
Thanks!!!
👍 1