Generate QR image for your wallpaper or screensaver.
Visit site
Generate QR wallpaper to your exact screen size with solid color or image background.
To get a local copy up and running follow these simple example steps.
- yarn / npm
npm install yarn -g
- serverless (for phone search api only)
yarn add global serverless
- Clone the repo
git clone https://github.com/linardsblk/qr_wallpaper.git
- Install NPM packages
yarn install
- Run app (default port - 3000)
yarn start
-
Navigate to server directory
cd server
-
Install NPM packages
yarn install
-
Run app (default port - 4000) From server directory...
yarn start
...or from project root
yarn server