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

https://github.com/ohmycloud/client-apps


https://github.com/ohmycloud/client-apps

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Hackernews with Tauri

How to build a Tauri app?

```bash
cargo create-tauri-app
cd hackernews
cargo build
dx serve --hot-reload true
cargo tauri dev
cargo tauri build
```