Commit
·
9bbabec
1
Parent(s):
e2fc522
Add instructions for dev
Browse files
README.md
CHANGED
@@ -11,3 +11,29 @@ license: apache-2.0
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
+
|
15 |
+
|
16 |
+
# Development Instructions
|
17 |
+
|
18 |
+
Go to the directory where you store your `dev` projects (e.g. `dev`)
|
19 |
+
|
20 |
+
```sh
|
21 |
+
cd ${HOME}/dev
|
22 |
+
```
|
23 |
+
|
24 |
+
Clone the app repo from HF spaces:
|
25 |
+
```sh
|
26 |
+
git clone https://huggingface.co/spaces/spanish-classifier-tfg/spanish-tweet-classifier
|
27 |
+
```
|
28 |
+
|
29 |
+
Then:
|
30 |
+
|
31 |
+
```
|
32 |
+
cd spanish-tweet-classifier
|
33 |
+
```
|
34 |
+
|
35 |
+
Open VSCode and improve the project!
|
36 |
+
|
37 |
+
```
|
38 |
+
code .
|
39 |
+
```
|