@realtimex/folio 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -20,16 +20,14 @@ If you deal with invoices, receipts, reports, or any unstructured documents, Fol
|
|
|
20
20
|
Folio is designed to be run locally on your machine while securely syncing data to your own designated cloud backend.
|
|
21
21
|
|
|
22
22
|
### Prerequisites
|
|
23
|
-
-
|
|
24
|
-
- A [Supabase](https://supabase.com) account (for your dedicated database)
|
|
23
|
+
- The [RealTimeX Desktop App](https://realtimex.ai) installed on your machine.
|
|
24
|
+
- A [Supabase](https://supabase.com) account (for your dedicated database).
|
|
25
25
|
|
|
26
26
|
### Installation
|
|
27
27
|
|
|
28
|
-
1. **
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
```
|
|
32
|
-
*(You can change the `--port` to any available port you prefer).*
|
|
28
|
+
1. **Install from Marketplace:**
|
|
29
|
+
Open the RealTimeX Desktop App, navigate to the **Marketplace**, and install **Folio**.
|
|
30
|
+
*(Folio runs natively inside the RealTimeX runtime, so no Node.js installation is required).*
|
|
33
31
|
2. **Configure your Database:**
|
|
34
32
|
Follow the Setup Wizard in your browser. You can use **Zero-Config Cloud Provisioning** to automatically set up a secure Supabase project, or manually provide an existing Supabase URL and Key.
|
|
35
33
|
3. **Connect your Integrations:**
|