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.
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.