RISCV Visual Simulator (Single Cycle)
A javascript based RISCV simulator.
To run on dev mode, run the following command
cd app
nmp install
npm run dev
To deply the app, run the following command
docker build -t riscvsim .
docker run -d -it -p 80:3000 --restart unless-stopped --name riscvsim-app riscvsim