From 984bfd6a1bbc10797cdc78975440100602c8419f Mon Sep 17 00:00:00 2001 From: Serafeim Chatzopoulos Date: Fri, 14 Apr 2023 14:13:04 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 690e006..ac52005 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This website is built using [Docusaurus 2](https://docusaurus.io/); please check ## Clone repository ``` -$ git clone https://code-repo.d4science.org/D-Net/openaire-graph-docs.git +git clone https://code-repo.d4science.org/D-Net/openaire-graph-docs.git ``` ## Local installation and deployment @@ -16,18 +16,18 @@ From https://docusaurus.io/docs/installation#requirements To install the required packages use: ``` -$ npm install +npm install ``` The following command starts a local development server and opens up a browser window. Note that most changes are reflected live without having to restart the server. ``` -$ npm run start +npm run start ``` Generate the static content into the `build` directory using the command tha follows. Then this directory can be served using any static contents hosting service. ``` -$ npm run build +npm run build ``` ## Deployment using Docker