Skip to content

swrd1337/swrd-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers LinkedIn

⌨️ swrd-terminal

A terminal style portfolio website built with React

Short Demonstration

Demo

Built With

  • React
  • Vite
  • Styled Components
  • Framer

Installation & Usage

Use the package manager npm to install swrd-terminal.

npm install

Run application with:

npx vite --port=<your_port>

Deploy on Vercel:

  1. Install the CLI tool.
npm install -g vercel
  1. Run through configuration via the following command.
vercel

Personalization

To change output data from commands edit the following file (check out messages fields):

 ./src/resources/commands.json

To change the main information displayed on the app (e.g.: description, author, githubUrl) check the following file:

 ./src/resources/mainInfo.json

If you want to update theme colors see:

 ./src/theme.js

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Acknowledgments

License

MIT