Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 1.15 KB

README.md

File metadata and controls

71 lines (46 loc) · 1.15 KB

README Task Ninja

Commitizen friendly

Table of Contents

Installation

Download to your project directory and install:

npm install
npm install --global nx@latest

Running

If you have Nx CLI installed:

nx serve mobile

Otherwise:

npx nx serve mobile

Building

If you have Nx CLI installed:

nx build mobile

Otherwise:

npx nx build mobile

Committing

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.

Demo

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.

Support

Please open an issue for support.