File tree Expand file tree Collapse file tree 1 file changed +28
-3
lines changed Expand file tree Collapse file tree 1 file changed +28
-3
lines changed Original file line number Diff line number Diff line change @@ -151,16 +151,25 @@ Open `http://localhost:4173` in your browser.
151
151
# Install dependencies
152
152
pnpm install
153
153
154
- # Start development server
155
- pnpm dev
156
-
157
154
# Build for production
158
155
pnpm build
159
156
160
157
# Preview production build
161
158
pnpm preview
162
159
```
163
160
161
+ ### Building the Tauri Desktop App
162
+ ``` bash
163
+ # 1. Install dependencies
164
+ pnpm install
165
+
166
+ # 2. Install Rust (if you don't have it)
167
+ curl --proto ' =https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
168
+
169
+ # 3. Build your native app
170
+ pnpm tauri build
171
+ ```
172
+
164
173
### Project Structure
165
174
```
166
175
src/
@@ -200,6 +209,22 @@ We'd love to hear from you! Join our community discussions:
200
209
201
210
You can also use [ GitHub Issues] ( https://github.com/rudi-q/leed_pdf_viewer/issues ) for bug reports.
202
211
212
+ ## 🌱 Support the Project
213
+
214
+ Love LeedPDF? Help us keep it free and open source!
215
+
216
+ ### ☕ GitHub Sponsors
217
+ ** [ 💝 Sponsor on GitHub] ( https://github.com/sponsors/rudi-q ) **
218
+
219
+ Your sponsorship helps us:
220
+ - ✨ Add new features and improvements
221
+ - 🔧 Fix bugs and maintain code quality
222
+ - 📖 Create better documentation and tutorials
223
+ - 🌍 Keep the project free for everyone
224
+ - 🚀 Improve performance and accessibility
225
+
226
+ * Every contribution, big or small, makes a difference!*
227
+
203
228
## 📄 License
204
229
205
230
LeedPDF is ** dual-licensed** to give you flexibility:
You can’t perform that action at this time.
0 commit comments