jesh
jesh
You can take a look at [this](https://github.com/atherosai/ui/issues/13#issuecomment-1988467955). Here, I have explained the flow of code and how you can run it.
> I am trying to contribute , but unable to run in local `npm run dev` is not working , can anyone help please You're not able to run `npm...
> this is how it looks!! Please help > >  Yes, that's correct. What do you need help with?
> I excute the readme example successfully, but the localhost:3000 still can't be visited > 3000 port are not in use, there are no firewall issues, and the backend runs...
> As per documentation, there should be a dev command but it's not. You can take a look at [this](https://github.com/atherosai/ui/issues/13#issuecomment-1988467955). Here, I have explained the flow code and how you...
> Thanks for this! This should be a one line change. Please fix conflicts and keep formatting the same as it was. Hey @AlexCheema, I have reset the formatting and...
> good catch. assigned. go for it! Created a [pull request](https://github.com/exo-explore/exo/pull/256). You may verify and merge it.
Hey @AlexCheema I have created a new pull request #265, just as it was required.
I can help create the shell script `plugin.sh` for archiving the repo. ## sample ```bash #!/bin/bash PLUGIN_DIR="hyperswitch" ZIP_FILE="$PLUGIN_DIR/woocommerce-plugin.zip" # files and directories to exclude EXCLUDE_LIST=( "$PLUGIN_DIR/.git/*" "$PLUGIN_DIR/.github/*" # "$PLUGIN_DIR/.env" #...