/git-view

Primary LanguageTypeScriptMIT LicenseMIT

Git View

Git client in Tauri, Preact and Typescript in Vite.

Getting Started

To view in your browser, simply run:

npm install to install the node dependencies

npm run dev to start the Vite server

> git-view@0.0.0 dev
> vite


  VITE v4.4.11  ready in 362 ms

  ➜  Local:   http://localhost:1420/
  ➜  Network: use --host to expose
  ➜  press h to show help

You should be able to access the app on http://localhost:1420 in your browser.

Make sure you have Rust installed

npm install

npm run tauri dev will automatically install tauri and dependencies through cargo

The tauri app should open when ready.

Recommended IDE Setup