severo HF staff commited on
Commit
ac989c7
1 Parent(s): 4ec749f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -6,7 +6,9 @@ colorTo: indigo
6
  sdk: static
7
  pinned: false
8
  license: apache-2.0
9
- short_description: A static react app
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
6
  sdk: static
7
  pinned: false
8
  license: apache-2.0
9
+ short_description: A static React app
10
  ---
11
 
12
+ This is a static React app, created with https://github.com/severo/hello-react-app and deployed with a GitHub Action: https://github.com/severo/hello-react-app/blob/main/.github/workflows/huggingface.yml.
13
+
14
+ Read https://blog.rednegra.net/2024/10/14/create-a-static-huggingface-space-with-react.