You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> DevLovers is a multi-language interview prep platform with curated Q&A, timed quizzes, leaderboard rankings, a developer blog, and a personal dashboard to track real learning progress.
61
8
62
9
## Main Features
63
10
@@ -103,7 +50,7 @@ devlovers.net/
103
50
104
51
### Blog
105
52
106
-
- Technical articles via Sanity CMS
53
+
- Technical articles via custom in-house admin panel
107
54
- Category and tag filtering
108
55
- Search with pagination
109
56
- Multi-language content (uk/en/pl)
@@ -126,33 +73,18 @@ devlovers.net/
126
73
127
74

128
75
129
-
## Getting Started
130
-
131
-
```bash
132
-
# Install dependencies
133
-
cd frontend && npm install
134
-
135
-
# Set up environment variables
136
-
cp .env.example .env.local
137
-
138
-
# Run development server
139
-
npm run dev
140
-
141
-
# Database commands
142
-
npx drizzle-kit generate # Generate migrations
143
-
npx drizzle-kit push # Apply migrations
144
-
```
145
-
146
-
## Git Workflow
147
-
148
-
-`main` — production branch
149
-
-`develop` — development branch
150
-
- Feature branches: `prefix/feat/feature-name`
76
+
## Dashboard
151
77
152
-
Task tracking via [GitHub Projects](https://github.com/DevLoversTeam/devlovers.net/projects) board.
78
+
- Personal learning dashboard with progress insights
0 commit comments