This repository contains all the code necessary to build a simple application based on web technologies to evaluate Human Resource Machine programs.
Human Resource Machine is a fun game about assembly programming with a human taking the role of the CPU.
- Nodejs and NPM
- Fable own dependencies (F# 4.0 and node 4.4) see Fable site for more information
npm install -g fable-compiler
npm install -g webpack
npm install
fable ./src/evaluator/hmrpEvaluator.fsx --outDir ./output && webpack --config webpack.config.webWorker.js
fable
webpack
Once compiled open public/index.html
Run only the first time
npm install -g live-server
Then in a different terminal for each command
fable ./src/evaluator/hmrpEvaluator.fsx --outDir ./output -w
webpack --config webpack.config.webWorker.js -w
fable -w
webpack -w
live-server