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
Copy file name to clipboardExpand all lines: README.md
+33-9Lines changed: 33 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,19 @@
1
1
# 1v1me
2
2
3
-
A fast, simple platform for 1v1 minigames. Frontend is Next.js + Tailwind; backend is Spring Boot. The homepage offers a game selector; each game integrates with backend APIs over time.
**Play now at [https://1v1me-flame.vercel.app](https://1v1me-flame.vercel.app)!**
6
+
7
+
Jump into quick, head-to-head minigames on a lightweight platform.
8
+
Looking for an instant 1v1? 1v1me is ready when you are!
9
+
Choose classics like tic-tac-toe or rock-paper-scissors and play in seconds!
10
+
11
+
Built with a Next.js + Tailwind frontend and a Spring Boot backend, the site lets you pick a username, jump into a queue, and connect to game APIs over REST.
12
+
Grab your phone; every screen is mobile-ready.
4
13
5
14
## Tech Stack
6
15
7
-
- Frontend: Next.js 14, TypeScript, Tailwind CSS
16
+
- Frontend: Next.js 15, TypeScript, Tailwind CSS
8
17
- Backend: Java 21, Spring Boot 3, Maven
9
18
- Hosting: Vercel (frontend), Google Cloud Run (backend)
10
19
@@ -26,11 +35,13 @@ A fast, simple platform for 1v1 minigames. Frontend is Next.js + Tailwind; backe
26
35
Prereqs: Node.js 18+, Java 21, Maven
27
36
28
37
- Frontend
29
-
-`cd frontend && npm install`
38
+
-`cd frontend`
39
+
-`npm install`
30
40
-`npm run dev` → http://localhost:3000
31
41
32
42
- Backend
33
-
-`cd backend && mvn -B -ntp spring-boot:run`
43
+
-`cd backend`
44
+
-`mvn -B -ntp spring-boot:run`
34
45
- API base: http://localhost:8080 (`GET /api/health`)
0 commit comments