Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 540 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 540 Bytes

Paysage UI

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

Deployment

To deploy in production, simply run this command from your staging branch :

npm run deploy --level=[patch|minor|major]

⚠️ Obviously, only members of the dataesr organization have rights to push on the repo.