Spaces:
Running
Running
File size: 589 Bytes
a23ef52 e5bf487 fcc1853 a23ef52 0af560f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
title: Nanotron Gigablogpost
emoji: 🐨
colorFrom: green
colorTo: purple
sdk: static
pinned: false
license: apache-2.0
header: mini
app_file: dist/index.html
thumbnail: https://huggingface.co/spaces/HuggingFaceFW/blogpost-fineweb-v1/resolve/main/screenshot.jpeg
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Instruction to install and run locally
```bash
npm install
npm run build
npm run dev
// If you want to change something change it in src/....
// Once you are finished
npm run build
// And commit the dist folder
```
|