Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 447 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 447 Bytes

Run Linux programs in the browser. Based on copy/v86.

Build

# 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