Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 838 Bytes

File metadata and controls

37 lines (26 loc) · 838 Bytes

Web Frontend

The visual interface for the OKernel platform, built with React, Vite, and TypeScript.

Features

  • Code Tracer Visualizer: Interactive visualization of code execution traces.
  • CPU Scheduler Simulator: Real-time simulation of process scheduling algorithms.
  • Shell Maker: Custom shell environment configuration tool.
  • Documentation: Integrated technical documentation and guides.
  • Landing Pages: Home, About, Changelog, and other marketing pages.

Development

Prerequisites: Node.js 18+

# Install dependencies
npm install

# Start development server
npm run dev

# Run test suite
npm run test

# Build for production
npm run build

Technology Stack

  • Framework: React 18
  • Build Tool: Vite
  • Language: TypeScript
  • Styling: Tailwind CSS
  • Testing: Vitest