Skip to content

Advanced-Robotics-Systems/whitecode-landing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d6b190f · Jan 26, 2025
Jan 26, 2025
Jan 26, 2025
Aug 30, 2024
Aug 30, 2024
Sep 2, 2024
Nov 23, 2024
Aug 30, 2024
Dec 15, 2024
Nov 26, 2024
Aug 30, 2024
Sep 13, 2024
Jan 24, 2025
Sep 17, 2024

Repository files navigation

White Code Landing Site

Contributing to the WhiteCode Landing Project

  1. Fork the Repository

  2. Clone Your Fork

    • Run the following command to clone your fork to your local machine:
      git clone https://github.com/<your-username>/whitecode-landing.git
  3. Set Upstream Remote

    • Navigate to your project directory:
      cd whitecode-landing
    • Add the original repository as an upstream remote:
      git remote add upstream https://github.com/Advanced-Robotics-Systems/whitecode-landing.git
  4. Pull Updates from Upstream

    • Fetch the latest changes from the original repository:
      git fetch upstream
    • Merge changes into your local branch:
      git merge upstream/main
  5. Create a Pull Request

    • Push your changes to your fork:
      git push origin <your-branch>
    • Open a pull request from your fork's branch to the main repository's main branch.

Conventions and Practices

  • Folder Structure

    • sections/: Contains the main sections of the application. Edit files within this folder as needed.
    • components/: Contains reusable components. Edit files within this folder as needed.
    • index.js: Each folder has an index.js file that exports the respective sections or components.
  • Editing Files

    • Only modify files within the sections and components folders.
    • Ensure to follow the existing naming conventions and file structure.
  • Code Standards

    • Adhere to the project's coding style and conventions.
    • Write clear and concise commit messages.
    • Test your changes thoroughly before submitting a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published