Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,28 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
|
|
|
|
|
|
| 4 |
sdk: docker
|
| 5 |
app_port: 7860
|
| 6 |
-
short_description: This is my private IDE. You cannot use it.
|
| 7 |
-
colorFrom: red
|
| 8 |
-
colorTo: red
|
| 9 |
---
|
| 10 |
|
| 11 |
-
#
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
### ๐ How to use (for Cloned Spaces)
|
| 17 |
-
To avoid login issues caused by browser cookie restrictions, I recommend opening the IDE in a **Direct URL** instead of the embedded view:
|
| 18 |
-
|
| 19 |
-
1. Click the **"..."** icon at the top right of this Space.
|
| 20 |
-
2. Select **"Embed this Space"**.
|
| 21 |
-
3. Copy and open the **"Direct URL"** in a new tab.
|
| 22 |
-
|
| 23 |
-
---
|
| 24 |
-
|
| 25 |
-
### ๐๏ธ Features
|
| 26 |
-
- **Persistent Storage:** All data in `/data` is saved using Hugging Face's persistent storage.
|
| 27 |
-
- **SQLite Database:** Automatically initializes a database for development.
|
| 28 |
-
- **Custom Environment:** Built on Debian with Python 3.9.
|
|
|
|
| 1 |
---
|
| 2 |
+
title: VSCode Flutter Gemini
|
| 3 |
+
emoji: ๐
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: docker
|
| 7 |
app_port: 7860
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# VS Code on Hugging Face
|
| 11 |
+
This space runs a full VS Code environment with:
|
| 12 |
+
* **Flutter SDK** for mobile/web dev.
|
| 13 |
+
* **Python 3** and **Gemini API** support.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|