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 ci
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:
npm run lint
npm run pre-commit-install