Skip to content

ChristenJacquottet/terminal-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

Vercel Vite TypeScript HTML5 CSS3

Create your own terminal styled website! Check out term.nasan.dev for an example.

Features

  • [Tab] for auto completion.
  • [Esc] to clear the input line.
  • [↑][↓] to scroll through your command history.

Configuration

Most of the configuration is done in the config.json file.

{
  "ascii": [
    " ██████╗██╗  ██╗██████╗ ██╗███████╗████████╗███████╗███╗   ██╗",
    "██╔════╝██║  ██║██╔══██╗██║██╔════╝╚══██╔══╝██╔════╝████╗  ██║",
    "██║     ███████║██████╔╝██║███████╗   ██║   █████╗  ██╔██╗ ██║",
    "██║     ██╔══██║██╔══██╗██║╚════██║   ██║   ██╔══╝  ██║╚██╗██║",
    "╚██████╗██║  ██║██║  ██║██║███████║   ██║   ███████╗██║ ╚████║",
    " ╚═════╝╚═╝  ╚═╝╚═╝  ╚═╝╚═╝╚══════╝   ╚═╝   ╚══════╝╚═╝  ╚═══╝",
    "                                                              "
  ],
  "title": "christen's terminal",
  "username": "visitor",
  "hostname": "chris.dev",
  "password": "050823",
  "repoLink": "https://github.com/christenjacquottet/terminal-portfolio",
  "social": {
    "email": "[email protected]",
    "github": "christenjacquottet",
    "linkedin": "christenjacquottet"
  },
  "aboutGreeting": "Hi I'm Christen. I'm an autodidactic technologist who enjoys problem solving.",
  "projects": [
    [
      "ARTIE GPT",
      "Artificially intelligent bartender.",
      "https://insider.lermaagency.com/chad-gpt/"
    ],
    [
      "DIGIMODEL",
      "Interoperable branded avatars.",
      "https://lermaagency.com/digimodel/"
    ]
  ],
  "colors": {
   ...
  }
}

Run the Project Locally:

Clone the repository

git clone https://github.com/ChristenJacquottet/terminal-portfolio.git

Go to the project directory

cd webshell

Install the dependencies

npm install

Start the server

npm run dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published