From d2b2f11baf5a9ca7525caa3f6415e63f32c19d25 Mon Sep 17 00:00:00 2001 From: hex Date: Sun, 15 Jun 2025 23:15:29 +0200 Subject: [PATCH] readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 73d53ed..f75191b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # stereo.cat frontend written in typescript with qwik + +## running in dev env +``` +git clone https://git.iwakura.rip/stereo.cat/frontend.git +git submodule update --init --recursive +bun install +npm run dev +```