Skip to content

Gothsec/Portfolio

Repository files navigation

Portfolio

Developed with passion while listening to Hurry Up Tomorrow by The Weeknd. Completed in just 3 days. OscarHernandez-portfolio Deploy Status


Demo: https://oscarhernandez.vercel.app/

Stack

Frontend

Astro Tailwind TypeScript

Tools

Figma Prettier

Project structure

public/
└── svg/
src/
├── Components/
├── layouts/
├── React/
└── pages/

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