|
--- |
|
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 |
|
``` |
|
|