Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lazydoomslayer/harboor-sweep


https://github.com/lazydoomslayer/harboor-sweep

Last synced: 23 days ago
JSON representation

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
```