This commit is contained in:
hexlocation 2025-06-15 23:15:29 +02:00
parent 253c3f6e4c
commit d2b2f11baf

View file

@ -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
```