Cloning the Repository

  1. Access the repository

    https://github.com/Collaborative-Software-Development-Club/AU24-Web-Resume-Builder

  2. Follow the instructions on GitHub

    https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository

  3. Pull the dev branch from GitHub using

    git branch dev origin/dev
    
  4. Switch to the dev branch

    git branch dev
    

You will now be able to see and run the code on your computer.

Running the Project

Front-end

Prerequisites:

Steps

  1. Open your terminal or terminal on your editor in the project folder
  2. Go into the front-end folder with cd front-end
  3. Install all dependencies with npm install
  4. Run the project with npm run dev

Back-end

Contributing

  1. Access GitHub projects. All tasks are there.

    AU24-Web-Resume-Builder • Collaborative-Software-Development-Club