A Web based LC-2 programming environment.
- clone this repository
- install dependencies using
npm install
- install
webpack
andwebpack-dev-server
globally usingnpm install -g
- run
webpack
to compile orwebpack-dev-server
to start a development server
Tip: before contributing, it's advised to use eslint to verify that your code complies with the coding style of this project.
GPL-3.0