Download to your project directory and install:
npm install
npm install --global nx@latestIf you have Nx CLI installed:
nx serve mobileOtherwise:
npx nx serve mobileIf you have Nx CLI installed:
nx build mobileOtherwise:
npx nx build mobileThis project uses commitizen:
git commit -m ''
git commit
npm run cmAny of the above commands will trigger the commit wizard and guide you to use our commit rules.
The project uses Github Actions to automagically deploy to Firebase when code gets merged into main or a PR is created.
You can see the running application here.
Please open an issue for support.