This is a software intended to run a task for Finigami OTP login.
Use the package manager npm to install the dependencies.
npm iWe have one live environment ( production ). Hosted in vercel
via CI/CD pipeline. To push changes in dev we directly push to the dev branch, to push in production we push in
main branch
Domain for prod environment is https://finigami-login-app-task.vercel.app/
Whenever working on a new feature
- Please pull dev branch to have the latest stable code
- Create a new
feature_branch - After feature is completed and dev tested
- Perform rebase from dev branch
git rebase dev- Raise a PR to dev branch and fix conflicts if any via
git pull origin dev- After PR is approved by jyotirsharma will merge it in dev
- Check the deployment in https://finigami-login-app-task.vercel.app/