In order to run paysage-ui properly you need to setup the backend by following instructions in https://github.com/dataesr/paysage-api/blob/main/README.md
Once you got it running, use the following command to start the app:
npm install && npm start
To deploy in production, simply run this command from your staging branch :
npm run deploy --level=[patch|minor|major]