/VCard

Personal website

Primary LanguageVueMIT LicenseMIT

How to install ⚙️

Clone project

git clone git@github.com:Noorani-MM/VCard.git

Go to the directory

cd VCard

Install dependencies

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server ⚒️

npm run dev

Production

Build the application for production:

npm run build