Skip to content

Commit 6f9c213

Browse files
committed
chore: remove apps/tauri-web; update contributing guidelines
1 parent 4360837 commit 6f9c213

44 files changed

Lines changed: 16 additions & 955 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/rust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Generate prisma client
1919
run: cargo prisma generate
2020
- name: Install system dependencies
21-
run: sudo apt-get update && sudo apt-get install -y libglib2.0-dev libgtk-3-dev
21+
run: sudo apt-get update && sudo apt-get install -y libglib2.0-dev libgtk-3-dev libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev
2222
- name: Build
2323
run: cargo build --verbose
2424
- name: Run tests

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# Contributing
2+
3+
You can contribute to this project by creating issues or pull requests.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[workspace]
22
resolver = "2"
33

4-
members = ["apps/tauri-web/src-tauri/", "services/*", "crates/*", "tools/*"]
4+
members = ["services/*", "crates/*", "tools/*"]

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@ In order to be able to run the project, you will need to have the following inst
1111
- [Rust](https://www.rust-lang.org/)
1212
- [Docker](https://www.docker.com/)
1313

14-
## Available Flavors
14+
## Stack
1515

16-
The template allows you to choose between the following flavors for the your application:
17-
18-
- `apps/web` - A web app written in `Next`.
19-
- `apps/tauri-web` - A cross-platform app written in `Next` and `Tauri`.
16+
The web app is written in `TypeScript` and `React` with `Next.js` as the framework.
2017

2118
The service is written in `Rust` and `Axum` and can be used as a backend for the web app.
2219

apps/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ This directory contains the available apps that can be used as a frontend for th
44

55
## Available Apps
66

7-
- `web` - A web app written in `Next`.
8-
- `tauri-web` - A web app written in `Next` and `Tauri`.
7+
- `web` - A web app written in `Next`.

apps/tauri-web/.eslintrc.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

apps/tauri-web/.gitignore

Lines changed: 0 additions & 36 deletions
This file was deleted.

apps/tauri-web/README.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

apps/tauri-web/next.config.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

apps/tauri-web/package.json

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)