Skip to content

Doraemon012/Placement-Cell-Fusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Fork and clone the Repository

git clone https://github.com/<Your Username>/Placement-Cell-Fusion.git

Install the required modules

npm install

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.


Contributing

  1. Navigate to the repository's directory:

    cd <repository-directory>

    Skip this step if you have already opened the terminal or git bash in the repository's directory.

  2. Create a new branch for your pull request:

    git branch <new-branch-name>
  3. To Switch to New created branch

    git checkout -b <new-branch-name>
  4. Make your changes.

  5. Stage and commit your changes:

    git add .
    git commit -m "Your commit message here"
  6. Replace "Your commit message here" with a descriptive message that summarizes the changes you made.

  7. Push the new branch to the remote repository:

    git push origin <new-branch-name>

    This command pushes the new branch to the remote repository, making it available for others to see and review.

  • On GitHub navigate to the repository and locate the "New Pull Request" button.

Figma Design

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published