retro-css-shell-demo
retro-css-shell-demo copied to clipboard
AnderShell 3000 - Retro looking terminal in CSS
AnderShell 3000
A retro-looking shell using CSS and JavaScript.
Somewhat inspired by PipBoy and old-school UNIX terminals.
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