Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Frontend Makefile run command and Backend setup #50

Merged
merged 4 commits into from
Nov 4, 2024

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    8723b62 View commit details
    Browse the repository at this point in the history
  2. Support all nvm & node related cases

    - If nvm is installed
       - If reqired version is installed with nvm; use that
       - If required version is not present, then check versions above minimum node version; use that
       - If no version is found, install the required version with nvm and use that
    - If nvm is not installed
       - Use user's default node version
    :
    0xrohitgarg committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    675f3a3 View commit details
    Browse the repository at this point in the history
  3. Update node version

    0xrohitgarg committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e6224d5 View commit details
    Browse the repository at this point in the history
  4. update pip in seutp.sh

    0xrohitgarg committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f68be58 View commit details
    Browse the repository at this point in the history