https://github.com/dataesr/community-detection-poc
Detect communities of co-authoring in scientific publications
https://github.com/dataesr/community-detection-poc
vite
Last synced: 5 months ago
JSON representation
Detect communities of co-authoring in scientific publications
- Host: GitHub
- URL: https://github.com/dataesr/community-detection-poc
- Owner: dataesr
- License: mit
- Created: 2023-06-26T08:57:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T09:32:01.000Z (over 2 years ago)
- Last Synced: 2025-09-11T10:28:23.723Z (9 months ago)
- Topics: vite
- Language: JavaScript
- Homepage: https://community-detection-poc.staging.dataesr.ovh/
- Size: 56.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.