docs: add concise LFS note
Browse files
README.md
CHANGED
@@ -18,6 +18,9 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
|
|
18 |
Instruction to install and run locally
|
19 |
|
20 |
```bash
|
|
|
|
|
|
|
21 |
npm install
|
22 |
npm run build
|
23 |
npm run dev
|
|
|
18 |
Instruction to install and run locally
|
19 |
|
20 |
```bash
|
21 |
+
# fetch LFS-tracked files (large assets)
|
22 |
+
git lfs pull
|
23 |
+
|
24 |
npm install
|
25 |
npm run build
|
26 |
npm run dev
|