Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lazydoomslayer/harboor-sweep
https://github.com/lazydoomslayer/harboor-sweep
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lazydoomslayer/harboor-sweep
- Owner: LazyDoomSlayer
- License: mit
- Created: 2024-12-27T20:58:36.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-04T12:48:25.000Z (28 days ago)
- Last Synced: 2025-01-04T13:29:02.730Z (28 days ago)
- Language: Vue
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Harbor Sweep
## Project Setup
```sh
pnpm install --frozen-lockfile
```### Compile and Hot-Reload for development
```sh
pnpm tauri dev
```### Type-Check, Compile and build desktop application
```sh
pnpm tauri build
```