Skip to content

Alstudd/Terminal-Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vercel Vite TypeScript HTML5 CSS3

Create your own terminal Check out alston-termial for an example.

Features

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

Configuration

You can Configure your details in config.json file.

{
  "title": "Alston's Terminal",
  "username": "visitor",
  "hostname": "alstudd",
  "social": {
    "email": "alstonsoares17@gmail.com",
    "github": "Alstudd",
    "linkedin": "alston-soares-724a641b9"
  },
  "aboutGreeting": "Hi! Welcome to Alston's Terminal.",
  "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/Alstudd/Terminal-Portfolio

Go to the project directory

cd Terminal-Portfolio

Install the dependencies

npm install #This installs package.json dependencies

Start the server

npm run dev 

This starts the vite server but locally. When in production use npm run build on Vercel or Netlify

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors