Skip to content

Conversation

@mecskyverse
Copy link

Description

Currently, to see live changes in the project we have to change the directory, stop containers, copy .env install dependencies etc. This Bash script will take care of all this just run the script and it will do all the manual tasks in seconds

Changes

I have added a bash script file named seeLiveChanges.sh this script will stop the necessary containers install the dependencies
also run the app on locahost:3000

How to test

Open a new workspace of workflow paste the script in the root directory set the name of the file to seeLiveChanges.sh
Now, give the executable permission to it using chmod +x install_dependencies.sh
Now just run the script using bash seeLiveChanges.sh

You can close the issue #68 after merging the pull request

@mecskyverse
Copy link
Author

You can also see how this script is working here

Copy link

@amit-s19 amit-s19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@amit-s19 amit-s19 merged commit a9fa1e1 into Samagra-Development:main Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants