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: about 2 months 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T22:06:12.000Z (3 months ago)
- Last Synced: 2024-12-19T01:32:06.522Z (about 2 months ago)
- Topics: localstorage, react, tailwind, typescript, unix-shell, vite
- Language: TypeScript
- Homepage: https://faux-shell.netlify.app/
- Size: 82 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
```sh
npm i
```
## Run the dev server
```sh
npm run dev
```
## Build the dist folder for deployment
```sh
npm run build
```