Skip to content

JyotiRSharma/login-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finigami OTP login task

This is a software intended to run a task for Finigami OTP login.

Installation

Use the package manager npm to install the dependencies.

npm i

Deployments

We 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/

Contribution Guidelines

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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors