diff --git a/README.md b/README.md index 751c27f1..5a4ecd8d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ To get started with contributing to recode hive, please refer to our [Contributi -Follow these steps: + +### Follow these steps: ```mermaid flowchart LR @@ -80,12 +81,12 @@ flowchart LR This command will start a development server and open the application in your default web browser. -## ⚡ Local Development with Docker Compose & Hot Reload +## Local Development with Docker Compose & Hot Reload For an even smoother experience, contributors can leverage **Docker Compose with hot-reloading**. This lets you see code changes instantly at [http://localhost:3000](http://localhost:3000) without rebuilding or restarting containers. -### 🏃 Quick Start +### Quick Start ```bash git clone https://github.com/your-username/recode-website.git @@ -93,7 +94,7 @@ cd recodehive-website docker-compose up ``` -### 🚢 Production Deployment +### Production Deployment ```bash npm run build @@ -109,6 +110,20 @@ npm run serve - Push to the branch: `git push origin feature-name` - Submit a pull request detailing your changes. +## Tech Stack + +### Core + +- **Framework & Libraries:** Docusaurus 3 (React + TypeScript) +- **Language:** TypeScript (Node.js ≥ 18) +- **Styling:** Tailwind CSS 4 +- **UI Components:** Radix UI, Framer Motion + +### Developer Tools + +- **Linting & Formatting:** ESLint, Prettier +- **Type Checking:** TypeScript (`tsc`) + ## Project Structure ``` @@ -158,7 +173,7 @@ recode-website/ ## License -This project is licensed under the [MIT License](LICENSE). +This project is open source and available under the [MIT License](LICENSE). ## Badges diff --git a/src/components/topmate/TopMateSection.tsx b/src/components/topmate/TopMateSection.tsx index 8a42e1ba..4161175d 100644 --- a/src/components/topmate/TopMateSection.tsx +++ b/src/components/topmate/TopMateSection.tsx @@ -7,7 +7,7 @@ const TopMateSection = ({ setShowTopmate }) => { const profileData = { title: "1:1 Mentorship Call", - description: "Book a slot, Free for Hive Community Members", + description: "Book a slot, Free for recode hive Community Members", duration: "30 mins", profileImage: "/sanjay.png", username: "sanjaykv", diff --git a/src/pages/community/index.tsx b/src/pages/community/index.tsx index 39338e22..d3660e0e 100644 --- a/src/pages/community/index.tsx +++ b/src/pages/community/index.tsx @@ -191,12 +191,12 @@ export default function CommunityPage(): React.ReactElement { return (
- + @@ -217,7 +217,7 @@ export default function CommunityPage(): React.ReactElement { >
🐝

- Welcome to Hive Community + Welcome to recode hive Community

Welcome to recode hive — a community built for everyone to{' '} diff --git a/src/pages/showcase/index.tsx b/src/pages/showcase/index.tsx index c546c36e..0a4b3a20 100644 --- a/src/pages/showcase/index.tsx +++ b/src/pages/showcase/index.tsx @@ -155,7 +155,7 @@ function ShowcaseHeader() { rel="noreferrer" > - 🌟 Join the Hive Community + 🌟 Join the recode hive Community @@ -352,7 +352,7 @@ function ShowcaseCards() { }} > - Best of the Hive + Best of the hive