From e3056ee86644027e10524d321f71ccc0d02de087 Mon Sep 17 00:00:00 2001 From: nair0lf32 Date: Sun, 26 Nov 2023 09:50:16 +0100 Subject: [PATCH] minor updates --- README.md | 3 +-- package-lock.json | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4dc2e84..6121cdc 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,14 @@ Technologies used: ## usage (React js project scripts) In the project directory, you can run: + - `npm install` to get the dependencies - `npm start` to start the development server. Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload on changes and errors are displayed in the console - `npm test` Launches the test runner in the interactive watch mode - - `npm run build` Builds the app for production to the `build` folder. - `npm run eject` This command will remove the single build dependency from your project. (Careful usage) - `npm run deploy` Deploys to production remote server (github pages for this one) -