Varnit Goyal 66d6e2a8b6 Block longhorn (#1086)
* TP-69871 | first commit

* TP-69871 | created all modals

* TP-69871 | code cleanup

* TP-69871 | firebase sync

* TP-69871 | working on logic for warning and blocking

* TP-69871 | login-block added

* TP-69871 | code refactor

* TP-69871 | ready for UAT

* TP-69871 | code refactor

* TP-69871 | prettier

* TP-69871 | refactor

* TP-69871 | feature flag added

* TP-69871 | pr review fixes

* TP-69871 | prettier

* TP-69871 | temp changes

* TP-69871 | temp changes

* TP-69871 | fix issues

* TP-69871 | fix issues

* TP-69871 | fix issues

* TP-69871 | fix issues

* TP-69871 | fix issues

* TP-69871 | refactoring of code

* TP-69871 | fixed uat feedbacks

* TP-69871 | fixed uat feedbacks

* TP-69871 | fixed uat feedbacks

* TP-69871 | fixed uat feedbacks

* TP-69871 | longhorn block pr fixes

* TP-69871 | block longhorn bug fix

* TP-69871 | fix background job

* TP-69871 | fix background job

* TP-69871 | fix background job

* TP-69871 | block longhorn

* TP-69871 | block longhorn

* TP-69871 | longhorn block

---------

Co-authored-by: Ashish Deo <ashish.deo@navi.com>
2024-08-28 16:40:14 +05:30
2023-03-29 16:10:42 +05:30
2024-08-28 16:40:14 +05:30
2023-03-29 16:10:42 +05:30
2022-08-23 13:56:14 +05:30
2023-03-06 17:37:06 +05:30
2022-08-23 13:56:14 +05:30
2023-03-29 16:10:42 +05:30
2022-08-23 13:56:14 +05:30
2024-08-23 11:41:29 +05:30

collections-portal

System Requirements

Node version >=17.9.0

NPM version >=8.5.5

Setup

Clone this repo and cd into the project directory

cd collections-portal
yarn setup

Install dependencies

yarn add

Start dev server

yarn run dev

For production build

yarn run build

Project Commands

Check Eslint-Prettier

yarn run lint
yarn run prettier-check

Fix Lint and Prettier code formatting

yarn run lint:fix
yarn run format

Pre commit hook

yarn lint-staged

 

Let's refine this project template as we progress. Cheers!!

Description
No description provided
Readme 14 MiB
Languages
TypeScript 57.8%
JavaScript 37.2%
SCSS 4.9%