Skip to content

MobileTeleSystems/data-rentgen-ui

Repository files navigation

Data.Rentgen UI

Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.

UI for DataRentgen.

Development

To explore the source code, start with src/App.tsx.

How to run

After having cloned the Rentgen repository, run the following commands at the root directory:

npm install
npm run dev

These commands will install dependencies and launch the dev server, by going to localhost:3000 you can go to the Rentgen UI interface.

How to format code

Run the following command at the root directory:

npm run prettier-format

How to run linters

Run the following command at the root directory:

npx eslint --fix

How to install pre-commit hooks

npm run pre-commit-install