Thank you for your interest in contributing to GitME! I appreciate your support and look forward to your contributions.
-
Fork this repository
Click here to fork the repository. -
Clone your forked repository to your local machine
git clone https://github.com/<YOUR_USERNAME>/Learn-git-with-me.git
-
Navigate to the project directory
cd Learn-git-with-me
-
Create a new branch for your changes
git checkout -b my-new-branch
-
Install dependencies
npm i
npm install
-
Create a
.env.local
filetouch .env.local && echo "NEXT_PUBLIC_APP_URL=http://localhost:3000" > .env.local
-
Run the project
npm run dev
For any help or questions, please open a new GitHub issue.