Skip to content

dataesr/paysage-ui

Repository files navigation

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.