Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.02 KB

File metadata and controls

60 lines (37 loc) · 1.02 KB

Contribution

How to Start Contribution

  • Fork the repository
  • clone the fork by writing the following command
replace <YOUR USERNAME> with your profile name of GitHub
git clone https://github.com/<YOUR USERNAME>/Generate-QR-code.git
  • make changes in the fork and push them

  • create a pull request

Docs for reference

  • qrcode library of JavaScript was used in creating this app you can read about it from here.

Local Setup

  • After running the git clone command:

cd Generate-QR-code/
  • To install all the dependencies run:

if using yarn
yarn install
if using npm
npm install
  • To start the server:

if using yarn
yarn start
if using npm
npm start