/dcard-templates

Digital Business Card Template.

Primary LanguageTypeScript

Digital Business Card Templates

📦 Quick Start

First, make sure you have Node installed in your local environment before performing the following steps.

If the Yarn package management command is not installed in your environment, execute: npm i -g yarn

  1. Download source code

    Create a local folder to store this project, then enter the folder location through CMD and execute the following commands in sequence:

    git clone https://github.com/strivelen/dcard-templates.git .
  2. Installation dependencies:
    yarn
  3. Run locally:
    yarn dev
    

🔗 References