Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BeeeQueue committed Mar 21, 2024
1 parent 68df447 commit d8b1744
Showing 1 changed file with 0 additions and 55 deletions.
55 changes: 0 additions & 55 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,6 @@
</a>
</h3>

<p align="center">
<a href="https://github.com/BeeeQueue/yuna/actions?query=workflow%3A%22Build+%26+Publish%22+branch%3Amaster">
<img src="https://img.shields.io/github/workflow/status/BeeeQueue/yuna/CI?label=build"/>
</a>

<a href="https://github.com/BeeeQueue/yuna/releases">
<img src="https://img.shields.io/badge/platforms-win%20%7C%20linux%20%7C%20mac-lightgrey.svg"/>
</a>

<a href="https://github.com/BeeeQueue/yuna/releases">
<img src="https://img.shields.io/github/release-pre/beeequeue/yuna.svg"/>
</a>
</p>

<p align="center">
<a href="https://david-dm.org/beeequeue/yuna">
<img src="https://img.shields.io/david/beeequeue/yuna.svg"/>
</a>

<a href="https://github.com/prettier/prettier">
<img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg"/>
</a>
</p>

<h4 align="center">
<a href="https://yuna.moe" target="_blank">Website</a>
</h4>
<h4 align="center">
<a href="https://github.com/BeeeQueue/yuna/tree/master/docs" target="_blank">Help</a>
</h4>
<h4 align="center">
<a href="https://github.com/BeeeQueue/yuna/projects" target="_blank">Roadmap</a>
</h4>
<h4 align="center">
<a href="https://github.com/BeeeQueue/yuna/releases" target="_blank">Download / Changelog</a>
</h4>

<p align="center">
<a href="https://yuna.moe" target="_blank">
<img src="https://yuna.moe/img/flow/anime.jpg" width="500" alt="Screenshot"/>
Expand All @@ -52,21 +15,3 @@
- Vue + Vuex + Apollo
- TypeScript, SCSS
- Electron

## Beta versions

Beta builds are sometimes uploaded [here](https://drive.google.com/drive/folders/1mmSrDOmRctsVzmt8E_lNt4NF6iq9Y5oH?usp=sharing).

These builds are not guaranteed to work in any way.

## Development

### Get Started

1. Install dependencies - `yarn`
1. Download the schema for auto-completion - `yarn get-schema`
1. Start the development client - `yarn serve`

### Generating types after changing/adding a GraphQL query/mutation

`yarn gql-gen`

0 comments on commit d8b1744

Please sign in to comment.