This repository has been archived on 2024-01-12. You can view files and clone it, but cannot push or open issues or pull requests.
summer-ui/README.md

20 lines
288 B
Markdown
Raw Normal View History

2022-10-10 10:46:23 +01:00
# Summer UI
2022-10-10 11:42:41 +01:00
[![Build Status](https://ci.mrmelon54.com/api/badges/melon/summer-ui/status.svg)](https://ci.mrmelon54.com/melon/summer-ui)
2022-10-10 10:46:23 +01:00
UI for [Summer](https://code.mrmelon54.com/melon/summer)
## Building
```bash
2022-10-29 01:21:15 +01:00
yarn
yarn run build
2022-10-10 10:46:23 +01:00
```
## Development
```bash
2022-10-29 01:21:15 +01:00
yarn
yarn run dev
2022-10-10 10:46:23 +01:00
```