blob: f54c8ef1a292dec2e783c046ca8154d8d00d187f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
## 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
## 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
```
|