Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 1.24 KB

README.md

File metadata and controls

68 lines (51 loc) · 1.24 KB

🚀 Getting Started

We recommend using the following extensions for Visual Studio Code:

  1. Clone the repository:
git clone https://github.com/Ch1py7/Portfolio-v2
  1. Install dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
ultra install
  1. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
ultra dev

Open up http://localhost:5173/ to view the website 🚀.

📝 License