mikaelacaron / Basic-Car-Maintenance

A basic app to track your car's maintenance. Open source for Hacktoberfest 2023. Beginners are welcome!
https://mikaelacaron.github.io/Basic-Car-Maintenance/documentation/basic_car_maintenance/
Apache License 2.0
229 stars 134 forks source link

Firebase Local Emulator #256

Closed n0rthk1n9 closed 2 months ago

n0rthk1n9 commented 11 months ago

What it Does

How I Tested

Notes

Screenshot

SCR-20231031-mvu

n0rthk1n9 commented 10 months ago

The best way to install all the requirements is indeed via homebrew:

  1. brew install nvm (Installs node version manager, so you don't need to update the system node version)
  2. nvm install stable and nvm use stable to download and set the last stable node version
  3. brew install openjdk to install openjdk. Add the executable to the $PATH via .zshrc or .bashrc file as prompted after installation
  4. npm install -g firebase-tools

With that all prerequisites should be installed. Let me know if anything doesn't work

mikaelacaron commented 2 months ago

Thanks so much for all the help on this! I'm finally getting around to implementing it

I'm going to close your PR because I'm working on this on a separate branch, because I'm also updating a few other things.

Your steps were super helpful to finally get this running!