An open implementation for simulating the circuit logic of KOHCTPYKTOP: Engineer of the People, and expanding on it.
https://openkonstruktor.natecousins.com/
Working demo - some features may not be fully implemented, expect some bugs
Install the dependencies:
npm installStart the development server on http://localhost:3000:
npm run devStart Vitest unit test server:
npm testStart Vitest benchmark server:
npm run benchBuild the application for production:
npm run buildLocally preview production build:
npm run preview