An open API service indexing awesome lists of open source software.

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

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.