Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 791 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 791 Bytes

CircleCI - Qrodex/venom86 Releases - venom86

venom86

An x86 emulator/VM by Qrodex. Or a GUI wrapper for the v86-module

How To Run

Before starting, download all required dependencies by typing:

npm install

Then, you can run the app just by typing:

npm start

If you want to build venom86 for all supported platforms, you can run:

npm run distCI