From 1f86a80c50110db58c43c2994c7d8e1c3a0c723d Mon Sep 17 00:00:00 2001 From: Hichem Fantar Date: Sun, 16 Jun 2024 21:58:52 +0100 Subject: [PATCH] chore: Update installation and local development instructions --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a04b699..bc559ef 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati ## Installation -``` +```sh npm i ``` ## Local Development -``` +```sh npm start ``` @@ -18,7 +18,7 @@ This command starts a local development server and opens up a browser window. Mo ## Build -``` +```sh npm run build ``` @@ -28,13 +28,13 @@ This command generates static content into the `build` directory and can be serv Using SSH: -``` +```sh USE_SSH=true npm run deploy ``` Not using SSH: -``` +```sh GIT_USER= npm run deploy ```