diff --git a/README.md b/README.md index a8753a010b2026cc03e3388e13d061de36a2a0e8..e0114edbfa73b6fe0d3e2cb5d31c7f27352df5bd 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ Sunbird dev has 2 parts yarn install npm run start + # For Developer's local setup Run below command + ./local_setup.sh + ng build --watch=true ### Installing and running Node server diff --git a/local_setup.sh b/local_setup.sh new file mode 100644 index 0000000000000000000000000000000000000000..3265853542d0d7a350c4e87302563bae4fc975fd --- /dev/null +++ b/local_setup.sh @@ -0,0 +1,4 @@ +export sunbird_environment='local'; +export sunbird_instance='sunbird'; +export sunbird_default_channel='sunbird'; +export sunbird_default_tenant='sunbird';