Skip to content

My personal website, inspired by a retro computer terminal.

Notifications You must be signed in to change notification settings

lsapan/terminal

Repository files navigation

Retro Terminal

This is my personal website, inspired by a retro computer terminal. It's primarily just a fun project I've wanted to build for awhile. I hope you enjoy playing around with it!

Getting started

Assuming you have node and yarn installed, clone the repo and run:

yarn install
yarn serve

How does it work?

The site is built using Vue 3. Most programs (or "binaries") are simply async JavaScript functions that use "kernel" methods, allowing for rapid development. More advanced programs can be defined as standalone Vue components that run outside of the shell environment.

Adding additional binaries

All the binaries can be found in the src/bin directory. You can create additional .js and .vue files in there to add extra commands. They'll be automatically picked up by the shell, no need to wire them up anywhere.

About

My personal website, inspired by a retro computer terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published