blob: 88bd29d090a1884326dce5cfa7aba58e7d3cbbf3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## mixx-type
A typing-tube style game where you type along to the lyrics of a song
- All charts are time-synced LRC files
- Leaderboard functionality
https://github.com/user-attachments/assets/c38f9dc1-b000-423e-854f-6ac2dd626db6
<img width="1229" height="818" alt="swappy-20260612-131707" src="https://github.com/user-attachments/assets/6cf0fcb2-fd1e-4dfe-a536-71ec01c64e3d" />
## Deploy
- Backend/DB uses [Pocketbase](https://pocketbase.io/), run in the root folder of source tree to allow for all migrations to run
```sh
pnpm i
pnpm build
```
|