Run Linux programs in the browser. Based on copy/v86.
# install dependencies
npm install
# generate filesystem
python fs2json.py public/filesystem > public/filesystem.json
# build development version with watcher
npm start
# build production version
npm run build
# deploy production version to github pages
npm run deploy