Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 166 Bytes

File metadata and controls

13 lines (11 loc) · 166 Bytes

Reversing-Emulator-Web-Frontend

The Web Frontend of the Reversing emulator

To Run locally:

npm install
npm run dev

To build:

npm run build