My Virtual Card is a web application that allows users to create and share their virtual business cards.
- Clone the repository.
- Install dependencies using Yarn:
yarn install
- Start the development server:
yarn dev
- To start the development server, run:
yarn dev
If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/my-feature
. - Make your changes and commit them:
git commit -am 'Add some feature'
- Push to the feature branch:
git push origin feature/my-feature
. - Create a new Pull Request.