Download to your project directory and install:
npm install
npm install --global nx@latest
If you have Nx CLI installed:
nx serve mobile
Otherwise:
npx nx serve mobile
If you have Nx CLI installed:
nx build mobile
Otherwise:
npx nx build mobile
This project uses commitizen:
git commit -m ''
git commit
npm run cm
Any 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.