Spaces:
Runtime error
Runtime error
metadata
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
npm install
npm run dev
Local routes with the default /UI base path:
http://localhost:3000/UI/loginhttp://localhost:3000/UI/welcomehttp://localhost:3000/UI/homehttp://localhost:3000/UI/storehttp://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.