Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 555 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 555 Bytes

OPEN-KONSTRUKTOR

An open implementation for simulating the circuit logic of KOHCTPYKTOP: Engineer of the People, and expanding on it.

Setup

Install the dependencies:

npm install

Development

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

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview