Skip to content

Works-magnet: Retrieve and promote the scholarly works of your institution.

License

Notifications You must be signed in to change notification settings

dataesr/works-magnet

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 6, 2025
93ae699 · Mar 6, 2025
Nov 14, 2024
Mar 6, 2025
May 23, 2024
Feb 8, 2024
Mar 6, 2025
Aug 23, 2023
Jul 10, 2023
Nov 14, 2024
Feb 12, 2024
Jan 17, 2025
Mar 6, 2025
Mar 6, 2025
Aug 22, 2023

Repository files navigation

Works-magnet

Discord Follow license GitHub release (latest SemVer) deployment website SWH

Retrieve and promote the scholarly works of your institution.

Build for production

The react client app is served by the node server in production.

Requirements

node >= 20

Install and run app

Run

npm i && npm start

Web App available at http://localhost:5173/ and API at http://localhost:3000/.

Build app

npm run build

Vite build creates a build in /dist folder. This folder has to be moved to the /server folder.

Deployment

The version number follows semver.

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.