https://github.com/0l1v3rr/0l1v3rr.github.io
Kali Linux terminal-like interactive portfolio website
https://github.com/0l1v3rr/0l1v3rr.github.io
kali kali-linux linux personal personal-website personal-wepage portfolio portfolio-website react terminal terminal-portfolio terminal-portfolio-website terminal-style-website terminal-website typescript web-terminal
Last synced: 4 months ago
JSON representation
Kali Linux terminal-like interactive portfolio website
- Host: GitHub
- URL: https://github.com/0l1v3rr/0l1v3rr.github.io
- Owner: 0l1v3rr
- License: mit
- Created: 2021-08-18T11:52:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T16:48:54.000Z (over 1 year ago)
- Last Synced: 2024-12-18T19:03:44.493Z (over 1 year ago)
- Topics: kali, kali-linux, linux, personal, personal-website, personal-wepage, portfolio, portfolio-website, react, terminal, terminal-portfolio, terminal-portfolio-website, terminal-style-website, terminal-website, typescript, web-terminal
- Language: TypeScript
- Homepage: https://0l1v3rr.github.io/
- Size: 18.4 MB
- Stars: 32
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Kali Linux Terminal Portfolio Website

## Features
- Kali Linux-like interface
- Fun commands
- Tab autocomplete
- Hotkeys
- Interactive UI
[](https://github.com/0l1v3rr/github-readme-tech-stack)
## Building from source
```sh
# 1. Clone the repo
git clone https://github.com/0l1v3rr/0l1v3rr.github.io.git
cd 0l1v3rr.github.io
# 2. Install the necessary dependencies
npm i
# 3. Run the app
npm start
```