Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 725 Bytes

File metadata and controls

46 lines (36 loc) · 725 Bytes

Rain With Code Portfolio

Project structure

public/
└── svg/
src/
├── Components/
|    ├── contact.astro
|    ├── footer.astro
|    ├── home.astro
|    ├── logoWall.astro
|    ├── nav.astro
|    └── projects.astro
├── layouts/
|    └── Layout.astro
├── React/
|    ├── LetterGlitch.tsx
|    ├── LikeButton.tsx
|    └── SkillsList.tsx
└── pages/
     └── index.astro

Local configuration

  1. Clone the repo:
git clone https://github.com/gothsec/portfolio
  1. Install dependencies:
npm install
  1. Start the develpoment server:
npm run dev

Copyright © 2025 Oscar Hernandez.