leaderboard and ranked systems

This commit is contained in:
2026-07-11 11:13:28 -04:00
commit 02ac5f9593
44 changed files with 12318 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
Prisma DB: npx prisma studio
Run: cd frontend && npm run dev
Express server: node src/index.js
KILL 3000: kill $(lsof -ti:3000)
push: git -c http.proxy=socks5://127.0.0.1:9149 push origin main
pull: git -c http.proxy=socks5://127.0.0.1:9149 pull --rebase origin main
push at school: git push origin main
pull at school: git pull --rebase origin main