Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 468 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 468 Bytes

Patron UI

Patron website: patron.works

Install dependencies

To do that you just need to run

npm install

Set app custom server

Before run the project, please set up server URL in your .env file:

REACT_APP_SERVER_URL=

Run the project

For run Patron UI use this command:

npm start

If you want to create a production build, please check this link