Another take on digital circuit simulation
The code in this repository is currently in an unstable state as it is undergoing a major refactor. Proceed with caution and at your own risk. Thank you.
Looks like you ignored the warnings, good on you! To set up in preparation to work on this codebase, follow the steps below:
- Install NodeJS (v18 and above).
- Install Go (v1.20 and above).
- Install pnpm.
- Clone the repository.
- Run
pnpm install
to install the project dependencies. - You should be good to go!