14 lines
490 B
Markdown
14 lines
490 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
|
|
```
|
|
|
|
## disclaimer
|
|
All graphic assets belonging to stereo.cat may not be used in unofficial instances, forks or versions of our software. Please replace them if you are hosting our software yourself. More information can be found [here](https://git.iwakura.rip/stereo.cat/public)
|