Description

This is the frontend repo for zt-converter, please follow the instructions step by step to start this frontend on your local machine

Installation

$ npm install

Add Environment Varialbes

# just an example here, needs to match your connecting backend URI
VITE_BACKEND_SERVER_API=http://localhost:3333

Running the app

# development
$ npm run dev