File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 5
5
# Gitification
6
6
An app to view your notifications easily on your menubar.
7
7
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.
9
9
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.
10
23
You can’t perform that action at this time.
0 commit comments