Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 809 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 809 Bytes

Portfolio Template

This repository features my own portfolio made in Astro.

Features

  • Responsive design
  • Project showcase with links and descriptions
  • Social media integration

Technologies Used

  • Astro: Static site generator
  • Boxicons: Icon library for social media

Installation

Make sure you have Node.js and npm (Node Package Manager) installed on your computer before proceeding with the installation. Clone the repository and install dependencies:

Git

git clone https://github.com/ImJustCri/Porfolio.git

Github CLI

gh repo clone ImJustCri/Portfolio

Then execute the following commands, in order:

cd Portfolio
npm i

Usage

Run the development server:

npm run dev