Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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