Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sammi-turner/faux-shell
- Owner: sammi-turner
- License: mit
- Created: 2024-10-27T13:23:48.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2024-10-27T14:56:23.000Z (12 days ago)
- Last Synced: 2024-10-27T15:09:50.109Z (12 days ago)
- Topics: localstorage, react, tailwind, typescript, unix-shell, vite
- Language: TypeScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```