Skip to content

c4g7-dev/WebShell-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

Vercel Vite TypeScript HTML5 CSS3

Features

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

???

banner
How did we get here?

Configuration

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

{
  "ascii": [
    "██████╗ ██╗   ██╗ ██████╗",
    "██╔══██╗██║   ██║██╔════╝",
    "██║  ██║██║   ██║██║  ███╗",
    "██║  ██║██║   ██║██║   ██║",
    "██████╔╝╚██████╔╝╚██████╔╝",
    "╚═════╝  ╚═════╝  ╚═════╝",
  ],
  "title": "c4g7's Terminal",
  "username": "guest",
  "hostname": "c4g7.com",
  "password": "squirrel",
  "repoLink": "https://github.com/c4g7-dev/webshell-v1",
  "social": {
    "email": "me@c4g7.com",
    "github": "c4g7-dev",
  },
  "aboutGreeting": "My name is c4g7. I have just met you.",
  "projects": [
    [
      "Project Name",
      "Project Description",
      "Project Link"
    ],
    [
      "Another Project Name",
      "Another Project Description",
      "Another Project Link"
    ]
  ],
  "colors": {
      ...
  }
}

Run the Project Locally:

Clone the repository

git clone https://github.com/c4g7-dev/WebShell-v1.git

Go to the project directory

cd webshell-v1

Install the dependencies

npm install

Start the server

npm run dev

About

A Terminal styled Portfolio website. --- "Start using linux"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published