How to install dependencies and structure your app.
Note: We are currently figuring out the installation via shadcn. Until then you can add "@odyssey": "https://odysseyui.com/r/{name}.json" to your components.json for clean installation.
Initialize shadcn/ui
Run the init command to create a new project with shadcn/ui or setup an existing one.
Add Components
Note Currently installation can be done like this npx shadcn@latest add https://odysseyui.com/r/components-animate-code-block.json
Run the add command to add a component to your project.