Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 258 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 258 Bytes

mips-simulator

https://bazumo.github.io/mips-sim

To build the project:

npm run build

The build output can be found in dist/.

To launch a dev server on http://localhost:3000:

npm run dev

Also useful:

npm run test:watch