Skip to content

jaxcksn/JetLagCardGenerator

Repository files navigation

JetLag: The Card Generator

Social Preview

You can view the live page at: https://jetlag.jaxcksn.dev/

About

Overview

The application is React single page application built with Vite. All the image generation is accomplished by using Fabric.js.

Running Locally

First, clone this repo, then run the following commands in the directory:

npm install
npm run dev