Skip to content

Files

Latest commit

2276488 · Jun 27, 2024

History

History

studio

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 20, 2024
Jul 9, 2021
Oct 28, 2022
Jun 27, 2024
Jun 18, 2024
Jul 9, 2021
Sep 4, 2022
Jul 9, 2021
Jul 9, 2021
Jul 9, 2021
Jun 27, 2024
Jun 20, 2024
Jul 9, 2021
Jul 9, 2021
Jul 9, 2021
Jun 27, 2024
Jun 27, 2024
Jul 9, 2021
Jul 10, 2021

Dega Admin Portal

Setup:

Clone the repo: git clone https://github.com/factly/dega-studio.git
Install dependencies: npm i

To start the development server:

npm start from the root of the folder
Opens in http://localhost:3000

To run tests:

npm test

To generate test coverage:

npm test -- --coverage
Generates a coverage folder. Open index.html in browser.

To build code for production:

npm run build
Bundles React in production mode and optimizes the build for the best performance.

Releasability: Quality Gate Status
Reliability: Reliability Rating Bugs
Security: Security Rating Vulnerabilities
Maintainability: Maintainability Rating Technical Debt Code Smells
Other: Lines of Code Duplicated Lines (%) Coverage