17 lines
609 B
Markdown
17 lines
609 B
Markdown
# stereo.cat frontend
|
|
|
|
written in typescript with qwik & bun
|
|
|
|
## development
|
|
https://bun.sh/docs/installation
|
|
|
|
```bash
|
|
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)
|