Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# React + TypeScript + Vite
|
2 |
|
3 |
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
|
@@ -47,4 +57,4 @@ export default tseslint.config({
|
|
47 |
...react.configs['jsx-runtime'].rules,
|
48 |
},
|
49 |
})
|
50 |
-
```
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
title: Yourube downloader
|
4 |
+
sdk: docker
|
5 |
+
emoji: 📈
|
6 |
+
colorFrom: blue
|
7 |
+
colorTo: blue
|
8 |
+
pinned: true
|
9 |
+
short_description: Yourube downloader
|
10 |
+
---
|
11 |
# React + TypeScript + Vite
|
12 |
|
13 |
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
|
|
|
57 |
...react.configs['jsx-runtime'].rules,
|
58 |
},
|
59 |
})
|
60 |
+
```
|