The visual interface for the OKernel platform, built with React, Vite, and TypeScript.
- 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.
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- Framework: React 18
- Build Tool: Vite
- Language: TypeScript
- Styling: Tailwind CSS
- Testing: Vitest