Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tillderoquefeuil committed Mar 17, 2023
1 parent ab35f63 commit 2a17d06
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://github.com/one-click-studio/gabin/blob/main/build/icon.png?raw=true" width="150px" height="150px">
<img src="https://github.com/one-click-studio/gabin/blob/main/src/resources/icons/icon.png?raw=true" width="150px" height="150px">
</p>

<div align="center">
Expand All @@ -19,10 +19,9 @@ You can download the latest version of Gabin [here](https://github.com/one-click

## Features

- ⚡️ [electron-vite](https://evite.netlify.app), [Vue 3](https://vuejs.org), [pnpm](https://pnpm.io) - born with fastness
- ⚡️ [Vue 3](https://vuejs.org), [pnpm](https://pnpm.io) - born with fastness
- 🖌️ [unocss](https://github.com/unocss/unocss) for ultra-fast tailwind-compatible styling
- 💬 [interprocess](https://github.com/daltonmenezes/interprocess) for main/renderer type-safe communication
- ⚙️ [Vitest](https://github.com/vitest-dev/vitest) for testing, [Playwright](https://github.com/microsoft/playwright) for E2E tests
- 💬 [socketIo](https://socket.io/) for main/renderer communication
- 🚀 GitHub Actions to build & release app

## Usage
Expand All @@ -39,12 +38,7 @@ pnpm dev
### Build

```sh
pnpm build:win # or pnpm build:mac
```
### Tests

```sh
pnpm test
pnpm build
```

## Known issues
Expand Down

0 comments on commit 2a17d06

Please sign in to comment.