14 lines
573 B
Markdown
14 lines
573 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
|
|
bun 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, they can be found in the ``public`` folder in this repository. More information (like the full license) can be found [here](https://git.iwakura.rip/stereo.cat/public)
|