Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 395 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 395 Bytes

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