leaderboard and ranked systems
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user