This is something I built out of fun, A terminal style portfolio using React, Typescript & Vite. Not much else going. Did not overthink built out of curiosity.
Please also note that I did not build this site with the intention of it being a theme, Content is not dynamic. This was built out of pure curiosity to play around and build a terminal style portfolio.
Yes, you can fork this repo. Please give me proper credit by linking back to https://hernanosaurus.github.io/portfolio/. Thanks!
- Install dependencies
npm run install - Start development server
npm run dev
Please check contents of deploy.sh. This is currently deployed in my github page.
- Generate production build
npm run build - Preview site as if it were deployed
npm run preview
Background:
| Color | Hex |
|---|---|
| Primary | #f03c15 |
Font Color:
| Color | Hex |
|---|---|
| Primary | #fffff3 |
| Secondary | #94a1b2 |
| Tertiary | #c147e9 |
| Contrast | #2cb67d |