diff --git a/.all-contributorsrc b/.all-contributorsrc index d33cb394d..65fa59897 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -124,6 +124,15 @@ "contributions": [ "code" ] + }, + { + "login": "SoumyadiptoPal", + "name": "Soumyadipto Pal", + "avatar_url": "https://avatars.githubusercontent.com/u/119007659?v=4", + "profile": "https://github.com/SoumyadiptoPal", + "contributions": [ + "code" + ] } ] } diff --git a/INSTALLATION.md b/INSTALLATION.md index 2f726be84..78dbcf142 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -19,9 +19,9 @@ Below are the steps to follow - ``` git clone https://github.com/OpenSignLabs/OpenSign.git ``` -- Rename the .env.frontend_dev file to .env using below command +- Copy the .env.frontend_dev file to apps/OpenSign/.env using below command(on mac & linux). For windows use COPY command instead. ``` - mv .env.frontend_dev .env + cp .env.frontend_dev apps/OpenSign/.env ``` - CD to /apps/OpenSign directory - Install NPM packages using @@ -32,7 +32,7 @@ Below are the steps to follow - ``` npm run start ``` -You should be able to access the application from https://localhost:3000 after this. +You should be able to access the application from http://localhost:3000 after this. Create an account by signing-up and start contributing. diff --git a/README.md b/README.md index 4046d997f..a9cd0e20b 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ We would like to thank all our contributors and users for their support and feed