Skip to content

Noorani-MM/VCard

Repository files navigation

How to install ⚙️

Clone project

git clone [email protected]: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