Go to file
Serafeim Chatzopoulos b03bbabb43 Serve docs in the landing page 2022-09-20 19:25:30 +03:00
blog initial commit 2022-09-01 10:26:04 +03:00
docs Serve docs in the landing page 2022-09-20 19:25:30 +03:00
src Serve docs in the landing page 2022-09-20 19:25:30 +03:00
static Add basic structure 2022-09-01 14:35:24 +03:00
.gitignore initial commit 2022-09-01 10:26:04 +03:00
README.md Serve docs in the landing page 2022-09-20 19:25:30 +03:00
babel.config.js initial commit 2022-09-01 10:26:04 +03:00
docusaurus.config.js Serve docs in the landing page 2022-09-20 19:25:30 +03:00
package-lock.json Add impact metrics and data model outline 2022-09-02 16:49:27 +03:00
package.json Add impact metrics and data model outline 2022-09-02 16:49:27 +03:00
sidebars.js initial commit 2022-09-01 10:26:04 +03:00

README.md

Website

This website is built using Docusaurus 2; please check here the requirements to run the project.

Clone repository

$ git clone https://code-repo.d4science.org/D-Net/openaire-graph-docs.git

Installation

$ npm install

Local Development

$ npm run start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build and deploy

$ npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.