Skip to content

Commit ea7d227

Browse files
committed
Update readme
1 parent 00e1fc4 commit ea7d227

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55
# Gitification
66
An app to view your notifications easily on your menubar.
77

8-
- Gitify uses Tauri under the hood, so it does not ship a 200mb chrome browser. App size is just lower than 20 or 10mb.
8+
- Gitification uses Tauri under the hood, so it does not ship a 200mb chrome browser. App size is just lower than 20 or 10mb.
99

10+
- Gitification doesn't make you type your username and password, auth is done in browser with a single click.
11+
12+
- Gitification is built with `TypeScript`, `Vue`, `Tauri` and `Vite` with nice plugins.
13+
14+
# Building App
15+
If you want to build app:
16+
17+
- Install rust and cargo.
18+
- Install pnpm `npm install -g pnpm`
19+
- Install packages `pnpm install`
20+
- Create `.env` file, you can see required fields in `.env.example`.
21+
- Build the app `pnpm tauri build`
22+
- After that you can find executable in `src-tauri/target` folder.
1023

0 commit comments

Comments
 (0)