Skip to content

Latest commit

 

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