SagePrompt AI Logo SagePrompt AI
HomeResourcesPrivacy Policy
Language
Home / GitHub
Github Instructions
Content
↳ Tutorials ↳ Blog ↳ Success Stories ↳ Team & Affiliates ↳ Keep in Touch

Clone Us!

By: Dina Lahham | Arly Volmar | Nathan Hernandez | ChatGPT Last Updated: April 22, 2023

Join the Conversation

1. Open PyCharm and select "Get from Version Control" from the welcome screen.

2. In the "Get from Version Control" window, enter the repository URL

  • https://github.com/NJIT-WIS/project-2-phoenix-dna-team/

  • 3. Choose a directory on your computer where you want to save the repository.

    4. Make sure the "Version Control" dropdown is set to "Git" and click on the "Clone" button.

    5. Wait for PyCharm to clone the repository to your local machine.

    6. Once the cloning process is complete, PyCharm will prompt you to open the project. Click on "Open" to open the project.

    7. Next, you will need to set up the required tools. Open a terminal window in PyCharm and navigate to the project directory.

    8. Run the following command to install the project dependencies:

  • npm install
  • npm run build

  • 9. Once the dependencies have been installed, you can start the development server by running the following command:

  • npm run dev

  • 10. The development server will start running, and you can view the project by navigating to http://localhost:3000/ in your web browser.


    That's it! You now have the project cloned and set up in PyCharm with the required tools. You can make changes to the code and see them reflected in the browser in real-time.

    FAQ

    Here's some information about how to download PyCharm, commit your changes, and send pull requests in Git

  • Install Pycharm
  • Git Commit
  • Git Pull
  • Git Push
  • Share on Social Media

    Start your AI Journey