Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

54 lines (35 loc) · 1.01 KB

Contributing to Learn-git-with-me

Thank you for your interest in contributing to GitME! I appreciate your support and look forward to your contributions.

Getting Started

Fork and Clone the Repository

  1. Fork this repository
    Click here to fork the repository.

  2. Clone your forked repository to your local machine

    git clone https://github.com/<YOUR_USERNAME>/Learn-git-with-me.git
  3. Navigate to the project directory

    cd Learn-git-with-me
  4. Create a new branch for your changes

    git checkout -b my-new-branch
  5. Install dependencies

    npm i
    npm install
  6. Create a .env.local file

    touch .env.local && echo "NEXT_PUBLIC_APP_URL=http://localhost:3000" > .env.local
  7. Run the project

    npm run dev

Ask for Help

For any help or questions, please open a new GitHub issue.