dgx-spark-playbooks/nvidia/txt2kg/assets/frontend/README.md
2025-10-06 17:05:41 +00:00

607 B

Frontend Application

This directory contains the Next.js frontend application for the txt2kg project.

Structure

  • app/: Next.js app directory with pages and routes
  • components/: React components
  • contexts/: React context providers
  • hooks/: Custom React hooks
  • lib/: Utility functions and shared logic
  • public/: Static assets
  • styles/: CSS and styling files
  • types/: TypeScript type definitions

Development

To start the development server:

cd frontend
npm install
npm run dev

Building for Production

cd frontend
npm run build