Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
druskus20 authored Apr 11, 2024
1 parent eec46c1 commit 4d3d491
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1 @@
# Coin

## Running

```bash
# whole app
cargo tauri dev

# only tauri
cargo run --bin coin-tauri

# backend standalone
cargo run --bin coin-cli

# web ui (svelte)
npm --prefix frontend/coin-web-ui run dev
```

## Building

The following command bundles the statically generated frontend (svelte), the
tauri wrapper and the coin backend libraries:

```bash
cargo tauri build
```

## Structure

- `lib` contains the core libraries for coin. (TODO: support both local calls and remote (REST) backend)
- `frontend` contains the different frontends `coin-tauri` and `coin-cli`.
- [TODO] `backend` contains the code for the remote REST-based backend


0 comments on commit 4d3d491

Please sign in to comment.