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: AGENTS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ This is a website that allows users to host custom maps and songs for a rhythm d
7
7
Custom maps consist of a zip file, which contains a .rlrr metadata file along with the audio tracks for the song. The audio tracks can either be the song itself, or the audio stems of the song that can allow the game to play the song without any drum track (as the player will be drumming along themselves).
8
8
The codebase uses Docker to run third-party services locally (Minio for a local S3 instance), the local Supabase CLI for running the Supabase database locally, and the standad Next.js dev mode to run the backend and frontend locally.
9
9
10
+
The official .rlrr schema (fields and types) is at https://raw.githubusercontent.com/emretanirgan/ParadiddleUtilities/refs/heads/master/docs/rlrrschema.json - fetch it if you need to reference what a .rlrr file contains.
11
+
10
12
# Tech stack
11
13
12
14
- Typescript, Next.js with App Routing running on Vercel, Postgres running on Supabase
0 commit comments