Skip to content

Neon-20/auth_frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

628 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AuthX Logo AuthX

Prerequisites

Make sure you have the following installed in your system:

Contributing Guide

  • Make a fork of the repo
  • Clone your forked repo locally git clone <repo_link>
  • cd into the cloned directory
  • Run npm install to install all the dependency.
  • Create an upstream to the main repo git remote add upstream https://github.com/One-Click-Auth/auth_frontend
  • To update your fork with the main repo run git pull upstream next-app. Make sure you update your repo regularly to keep up with the main repo.
  • Create a new branch git checkout -b <branch_name>
  • Run npm run dev and start developing

Note: Always make PRs to the next-app branch & NOT the main branch

AuthX API: https://api.trustauthx.com/docs

Built With

Live links

About

Internal App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.1%
  • CSS 4.7%
  • Other 1.2%