Create your own terminal Check out alston-termial for an example.
- [Tab] for auto completion.
- [Esc] to clear the input line.
- [↑][↓] to scroll through your command history.
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": {
}
}Clone the repository
git clone https://github.com/Alstudd/Terminal-PortfolioGo to the project directory
cd Terminal-PortfolioInstall the dependencies
npm install #This installs package.json dependenciesStart the server
npm run dev This starts the vite server but locally. When in production use npm run build on Vercel or Netlify