Closed karkir0003 closed 8 months ago
Hello @karkir0003! Thank you for submitting the Feature Request Form. We appreciate your contribution. :wave:
We will look into it and provide a response as soon as possible.
To work on this feature request, you can follow these branch setup instructions:
Checkout the main branch:
git checkout nextjs
Pull the latest changes from the remote main branch:
git pull origin nextjs
Create a new branch specific to this feature request using the issue number:
git checkout -b feature-1081
Feel free to make the necessary changes in this branch and submit a pull request when you're ready.
Best regards, Deep Learning Playground (DLP) Team
Feature Name
Update Tmux Script to use DLP CLI
Your Name
Karthik Subramanian
Description
We should update
tmux-script.sh
to usedlp-cli
to spin up the frontend and backend. We start frontend through runningdlp-cli frontend start
at~/Deep-Learning-Playground
directory. We start backend through runningdlp-cli backend start
at~/Deep-Learning-Playground
directoryPoint of contact for Code Review: Noah Iversen (@noah-iversen) Benefits of this fix:
tmux-script.sh
relies ondlp-cli
, which abstracts the starting of frontend and backend (ie: if the package manager were to change for frontend or backend, we update the respectivedlp-cli
command, leaving thetmux-script.sh
unaffected