Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 311 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 311 Bytes

community-detection-poc

Detect communities of co-authoring in scientific publications

Dev

> npm i && npm start

Build for production

The react client app is served by the node server in production. Vite build creates a build in /dist folder. This folder has to be moved to the /server folder.