Retrieve the scholarly works of your institution.
The react client app is served by the node server in production.
Run
npm i && npm start
Web App available at http://localhost:5173/ and API at http://localhost:3000/.
npm run build
Vite build creates a build in /dist
folder. This folder has to be moved to the /server
folder.
The version number follows semver.
To deploy in production, simply run this command from your staging branch :
npm run deploy --level=[patch|minor|major]