To test or run the application, copy .env.example file and rename it to .env.test or .env.development and replace
the firebase credentials with your own.
After setting your credentials, run this commands in your command line:
npm installoryarn installnpm startoryarn start
For running the tests:
npm run testoryarn test
Note: if you want to run the test, remember to create the .env.test with your firebase credentials,
otherwise it will crash.
Done, happy coding!