Mon's frontend app is react & typescript app which using MUI for styling, in order to run it you need NVM (Node Version Manager) installed.
Localhost is running with staging server, you can find it on the env file, the rest configurations are coming from the server.
nvm use
yarn install
yarn start
yarn run test