Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 750 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 750 Bytes

Client

Development

Command: npm run dev

Use case: You're developing or debugging on localhost:8080 or localhost:5173.

  • Develop the application in your browser with mocked data inside the Discord SDK.

Use case: You are developing or debugging inside a Discord voice channel.

  • Test and develop directly within a Discord voice channel.

Components with SHADCN UI

Component library used: ui.shadcn.

To add a new ui.shadcn component in the project, execute the following command:

npx shadcn-ui@latest add ${component}

Replace ${component} with the desired component you wish to add, such as "button", or any other component provided by ui.shadcn.