UI for DataRentgen.
To explore the source code, start with src/App.tsx.
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.
Run the following command at the root directory:
npm run prettier-format
Run the following command at the root directory:
npx eslint --fix
npm run pre-commit-install