We recommend using the following extensions for Visual Studio Code:
- Clone the repository:
git clone https://github.com/Ch1py7/Portfolio-v2
- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
ultra install
- 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 🚀.