@@ -38,7 +38,8 @@ To get started with contributing to recode hive, please refer to our [Contributi
38
38
<img style="max-width:700px;" src="https://cdn.loom.com/sessions/thumbnails/c8d8d5f0c2534a1f86fc510dcef52ee0-30cac2eeec09a266-full-play.gif">
39
39
</a>
40
40
</div >
41
- Follow these steps:
41
+
42
+ ### Follow these steps:
42
43
43
44
``` mermaid
44
45
flowchart LR
@@ -80,20 +81,20 @@ flowchart LR
80
81
81
82
This command will start a development server and open the application in your default web browser.
82
83
83
- ## ⚡ Local Development with Docker Compose & Hot Reload
84
+ ## Local Development with Docker Compose & Hot Reload
84
85
85
86
For an even smoother experience, contributors can leverage ** Docker Compose with hot-reloading** .
86
87
This lets you see code changes instantly at [ http://localhost:3000 ] ( http://localhost:3000 ) without rebuilding or restarting containers.
87
88
88
- ### 🏃 Quick Start
89
+ ### Quick Start
89
90
90
91
``` bash
91
92
git clone https://github.com/your-username/recode-website.git
92
93
cd recodehive-website
93
94
docker-compose up
94
95
```
95
96
96
- ### 🚢 Production Deployment
97
+ ### Production Deployment
97
98
98
99
``` bash
99
100
npm run build
@@ -109,6 +110,20 @@ npm run serve
109
110
- Push to the branch: ` git push origin feature-name `
110
111
- Submit a pull request detailing your changes.
111
112
113
+ ## Tech Stack
114
+
115
+ ### Core
116
+
117
+ - ** Framework & Libraries:** Docusaurus 3 (React + TypeScript)
118
+ - ** Language:** TypeScript (Node.js ≥ 18)
119
+ - ** Styling:** Tailwind CSS 4
120
+ - ** UI Components:** Radix UI, Framer Motion
121
+
122
+ ### Developer Tools
123
+
124
+ - ** Linting & Formatting:** ESLint, Prettier
125
+ - ** Type Checking:** TypeScript (` tsc ` )
126
+
112
127
## Project Structure
113
128
114
129
```
@@ -158,7 +173,7 @@ recode-website/
158
173
159
174
## License
160
175
161
- This project is licensed under the [ MIT License] ( LICENSE ) .
176
+ This project is open source and available under the [ MIT License] ( LICENSE ) .
162
177
163
178
## Badges
164
179
0 commit comments