linardsblk / qr-wallpaper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Status

QR Wallpaper

Generate QR image for your wallpaper or screensaver.
Visit site

About The Project

Demo

Generate QR wallpaper to your exact screen size with solid color or image background.

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • yarn / npm
    npm install yarn -g
  • serverless (for phone search api only)
    yarn add global serverless

Installation

  1. Clone the repo
    git clone https://github.com/linardsblk/qr_wallpaper.git
  2. Install NPM packages
    yarn install
  3. Run app (default port - 3000)
    yarn start

For local phone API server

  1. Navigate to server directory

    cd server
  2. Install NPM packages

    yarn install
  3. Run app (default port - 4000) From server directory...

    yarn start

    ...or from project root

    yarn server

(back to top)

About


Languages

Language:JavaScript 95.2%Language:HTML 3.0%Language:CSS 1.8%