You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
Thank you for your interest in contributing to AltSendme! Your help is appreciated in making file sharing frictionless, fast, and private for everyone.
The best way to get started is to join our Discord and say hi. Introduce yourself and share what skills or interests you have - whether that’s coding, testing, design, or something else. You can also raise issues, suggest fixes, or pitch ideas. Maintainers are there to guide you every step of the way.
8
+
5
9
## How You Can Help
6
10
7
11
This project welcomes contributions in several key areas:
@@ -98,16 +102,21 @@ Feel free to reach out with questions, ideas, or just to say hello. Discussion a
98
102
npm install
99
103
```
100
104
101
-
3.**Run in development mode**:
105
+
3.**Install Tauri**:
102
106
```bash
103
-
npm run app:dev
107
+
cargo install tauri-cli
108
+
109
+
4. **Run in development mode**:
110
+
```bash
111
+
cargo tauri dev
104
112
```
105
113
106
-
4.**Build for production**(optional):
114
+
5. **Build locally**:
107
115
```bash
108
-
npm run app:build --no-bundle
116
+
cargo tauri build --no-bundle
109
117
```
110
118
119
+
111
120
This will start the app with hot reload enabled for both frontend and backend changes.
Copy file name to clipboardExpand all lines: README.md
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ A free and open-source file transfer tool that harnesses the power of [cutting-e
29
29
30
30
Why rely on WeTransfer, Dropbox, or Google Drive when you can reliably and easily transfer files directly, end-to-end encrypted and without revealing any personal information?
31
31
32
-
[Drop your Email for receiving major project updates 📫](https://tally.so/r/ob2Vkx)
32
+
[Receive major project updates 📫](https://tally.so/r/ob2Vkx)
33
33
34
34
## Features
35
35
@@ -69,6 +69,13 @@ The easiest way to get started is by downloading one of the following versions f
69
69
</tr>
70
70
</table>
71
71
72
+
**Windows (Scoop)**
73
+
74
+
75
+
```bash
76
+
scoop bucket add extras
77
+
scoop install extras/altsendme
78
+
```
72
79
73
80
More download options in [GitHub Releases](https://github.com/tonyantony300/alt-sendme/releases).
74
81
@@ -141,12 +148,7 @@ AltSendme uses open-source public relay servers to support establishing direct c
141
148
- Features for those who needs better privacy
142
149
- Features for those who wants speed and convenience
143
150
144
-
145
-
## Contributing & Community ❤️
146
-
147
-
We’d love to meet you! Before diving into code or opening a PR, join our [Discord](https://discord.gg/xwb7z22Eve) to hang out, ask questions, and discuss ideas.
148
-
149
-
It’s the best place to get context, align on direction, and collaborate with the community.
151
+
[Receive updates 📫](https://tally.so/r/ob2Vkx)
150
152
151
153
152
154
## Supported Languages
@@ -220,11 +222,16 @@ It’s the best place to get context, align on direction, and collaborate with t
The best way to contribute is to join our Discord and say hi. Introduce yourself and share what skills or interests you have - whether that’s coding, testing, design, or something else. You can also raise issues, suggest fixes, or pitch ideas. Maintainers are there to guide you every step of the way.
233
+
234
+
It’s the best place to get context, align on direction, and collaborate with the [community](https://discord.gg/xwb7z22Eve).
0 commit comments