This is an application to generate your visiting card.
- Fork the project to your repository to work on your own version of the application.
- Clone using
git clone [email protected]:farrah-deriv/vcard-qr.git
- Install the dependencies using
npm install
.
npm run build
Creates an optimized production build which is located in build
folder of the application for deployment.
npm run start
Starts the application in development mode.
npm run test
Runs the jest test suite. The test files are located in src/Components/__tests__
directory.
npm run eslint
Runs ESlint for all the files in src
directory.