An open implementation for simulating the circuit logic of KOHCTPYKTOP: Engineer of the People, and expanding on it.
Install the dependencies:
npm install
Start the development server on http://localhost:3000
:
npm run dev
Start Vitest unit test server:
npm test
Start Vitest benchmark server:
npm run bench
Build the application for production:
npm run build
Locally preview production build:
npm run preview