Spaces:
Running
Running
add notes
Browse files
README.md
CHANGED
@@ -8,3 +8,13 @@ pinned: false
|
|
8 |
---
|
9 |
|
10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
11 |
+
|
12 |
+
---
|
13 |
+
|
14 |
+
TODO:
|
15 |
+
|
16 |
+
- [ ] run the build step in the cloud (yarn && yarn build)
|
17 |
+
- [ ] serve the resulting dist/ folder as a static site
|
18 |
+
- [ ] make this deploy on each commit
|
19 |
+
|
20 |
+
Note: the build step depends on bash(!) and the duckdb binary. It loads datasets from HF—there is probably a nicer way to do this than to call them by URL?
|