Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ yarn-error.log*
# Temporary files
/tmp/
tsconfig.tsbuildinfo
*.iml
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<h2 align="center">Collaboration 1st , code 2nd.</h2>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not requested


**Your all-in-one resource for learning Git, GitHub and, Python through comprehensive tutorials and hands-on projects.**
**Your all-in-one resource for learning Git, GitHub, and Python through comprehensive tutorials and hands-on projects.**

[Website](https://recodehive.com/) • [Documentation](https://recodehive.com/docs) • [Contributing](community/contributing-guidelines.md) • [Discord](https://discord.gg/Yxv9RA3r)

Expand Down Expand Up @@ -61,7 +61,7 @@ docker run -p 3000:3000 recodehive-app
docker-compose up
```

Your application will be available at http://localhost:3000
Your application will be available at "http://localhost:3000"

**Traditional Setup:**

Expand Down Expand Up @@ -161,7 +161,7 @@ flowchart LR

### Step-by-Step Guide

**Fork the repository** on GitHub
**Fork the repository** on GitHub.

**Clone your fork:**

Expand All @@ -176,7 +176,7 @@ cd recode-website
git checkout -b feature/your-feature-name
```

**Make your changes** and test thoroughly
**Make your changes** and test thoroughly.

**Commit your changes:**

Expand Down
Loading