Skip to content

CORE Dashboard is a free service for our data providers that is developing in an effort to improve the quality and transparency of the harvesting process of open access content and to create a two way collaboration between the CORE and our data providers.

License

Notifications You must be signed in to change notification settings

oacore/dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CORE Dashboard

Installation & Preview

The project requires Node.js and NPM package manager.

After cloning this repository you will need to generate Github Token with package read permission here in order to download our @oacore packages from Github NPM registry.

export NPM_TOKEN=<github_token_with_packages_read_permission>
npm install      # to install all dependencies
npm run dev      # to start simple development server

Open localhost:3000 to preview.

Production deployment

For using on production you need to run these commands:

npm install  --legacy-peer-deps      # to install all dependencies
npm run build      # to build all files for next server (stored in .next folder)
npm run start      # to start simple development server

Server starts listen on 0.0.0.0:3000

About

CORE Dashboard is a free service for our data providers that is developing in an effort to improve the quality and transparency of the harvesting process of open access content and to create a two way collaboration between the CORE and our data providers.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages