Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sammi-turner/faux-shell

A faux unix shell in the browser with a faux persistent file system.
https://github.com/sammi-turner/faux-shell

localstorage react tailwind typescript unix-shell vite

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        


# Faux-Shell

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


https://github.com/user-attachments/assets/08a8334d-0ce1-45f4-9972-6e63263021e7


## Requirements

```
node
npm
```


## Install node modules

```
npm i
```


## Run the dev server

```
npm run dev
```


## Build the dist folder for deployment

```
npm run build
```