Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wonderful-panda/inazuma
https://github.com/wonderful-panda/inazuma
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wonderful-panda/inazuma
- Owner: wonderful-panda
- License: mit
- Created: 2016-04-28T09:21:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T07:43:24.000Z (about 2 months ago)
- Last Synced: 2024-09-18T10:13:19.845Z (about 2 months ago)
- Language: TypeScript
- Size: 8.4 MB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inazuma
**NOT READY FOR USE**
Git repository browser made by Tauri and React
- Home
![home](/image/home.png)- Log
![log](/image/log.png)- Log (Another layout)
![log](/image/log-another-layout.png)- Interactive shell integration
![shell](/image/shell-integration.png)- Blame
![blame](/image/blame.png)- Tree (with blame)
![lstree](/image/lstree-with-blame.png)- Compare two commits
![commit-diff](/image/commit-difference.png)## Build
1. Install node >= 14
1. Install rust and platform specific prerequisites of tauri
according to [here](https://tauri.studio/guides/getting-started/prerequisites)1. Clone from GitHub and run build script as below.
```shell
git clone https://github.com/wonderful-panda/inazuma
cd inazuma
npm install
npm run build
```:warning: memory >= 3GB must be available during bulid step.
## LICENSE
MIT