11 lines
212 B
Markdown
11 lines
212 B
Markdown
# 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
|
|
```
|