Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T20:47:43.000Z (7 months ago)
- Last Synced: 2024-10-15T17:47:42.089Z (3 months ago)
- Language: SCSS
- Homepage: https://andersevenrud.github.io/retro-css-shell-demo
- Size: 269 KB
- Stars: 275
- Watchers: 14
- Forks: 70
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
![Screenshot](https://raw.githubusercontent.com/andersevenrud/retro-css-shell-demo/master/screenshot.png)
# 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