Patron website: patron.works
To do that you just need to run
npm install
Before run the project, please set up server URL in your .env
file:
REACT_APP_SERVER_URL=
For run Patron UI use this command:
npm start
If you want to create a production build, please check this link