Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ yarn-error.log*
# Temporary files
/tmp/
tsconfig.tsbuildinfo
.idea/

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.

this is not needed

*.iml
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
[![Contributors](https://img.shields.io/github/contributors/recodehive/recode-website?color=2b9348)](https://github.com/recodehive/recode-website/graphs/contributors)
[![License Badge](https://img.shields.io/github/license/recodehive/recode-website?color=2b9348)](https://github.com/recodehive/recode-website/LICENSE)

<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

<h2 align="center">Collaboration first , code second.</h2>

**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