Spaces:
Runtime error
Runtime error
| title: Learn8 Demo | |
| emoji: "๐" | |
| colorFrom: blue | |
| colorTo: indigo | |
| sdk: docker | |
| app_port: 7860 | |
| pinned: false | |
| # Learn8 Demo | |
| Next.js UI prototype prepared for deployment on Hugging Face Spaces. | |
| ## Local development | |
| ```bash | |
| npm install | |
| npm run dev | |
| ``` | |
| Local routes with the default `/UI` base path: | |
| - `http://localhost:3000/UI/login` | |
| - `http://localhost:3000/UI/welcome` | |
| - `http://localhost:3000/UI/home` | |
| - `http://localhost:3000/UI/store` | |
| - `http://localhost:3000/UI/forge` | |
| ## Hugging Face Spaces | |
| This repo includes a Docker configuration for Spaces. In the container build, the app disables the local `/UI` base path and serves the static export at the Space root on port `7860`. | |