https://github.com/andersevenrud/retro-css-shell-demo
AnderShell 3000 - Retro looking terminal in CSS
https://github.com/andersevenrud/retro-css-shell-demo
Last synced: 3 months ago
JSON representation
AnderShell 3000 - Retro looking terminal in CSS
- Host: GitHub
- URL: https://github.com/andersevenrud/retro-css-shell-demo
- Owner: andersevenrud
- License: bsd-2-clause
- Created: 2014-04-21T18:40:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T20:47:43.000Z (about 1 year ago)
- Last Synced: 2025-03-31T04:05:02.867Z (3 months ago)
- Language: SCSS
- Homepage: https://andersevenrud.github.io/retro-css-shell-demo
- Size: 269 KB
- Stars: 312
- Watchers: 13
- Forks: 70
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- Awesome-CSS-Resources - retro-css-shell-demo: - Retro looking terminal in CSS. (Frameworks / Resources / R)
README
# AnderShell 3000
A retro-looking shell using CSS and JavaScript.
Somewhat inspired by PipBoy and old-school UNIX terminals.

# Demo
[See it in action here](https://andersevenrud.github.io/retro-css-shell-demo).
# Running
Just serve `dist/` and you're good to go.
# Development
Run `npm install`.
* `npm run serve` - Development server
* `npm run build` - Build
* `npm run watch` - Watch for changes (not needed with dev server)
* `npm run eslint` - Run eslint pass
* `npm run stylelint` - Run stylelint pass