Skip to content

A faux unix shell in the browser with a faux persistent file system.

License

Notifications You must be signed in to change notification settings

sammi-turner/Faux-Shell

Repository files navigation


Faux-Shell

A faux unix shell in the browser with a faux persistent file system.


faux-shell.mp4

Requirements

node
npm

Install node modules

npm i

Run the dev server

npm run dev

Build the dist folder for deployment

npm run build