Skip to content

Files

Latest commit

Aug 18, 2024
4cfba53 · Aug 18, 2024

History

History
25 lines (17 loc) · 250 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 250 Bytes

Component Demo App

Getting Started

  1. Run the development server for the frontend:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
  1. Update the .env file.

  2. Run the backend server:

node server.js