Installation
import { Tabs, TabItem } from ‘@astrojs/starlight/components’;
Choose your setup
Section titled “Choose your setup”1. Open VS Code2. Go to Extensions (`Cmd+Shift+X` / `Ctrl+Shift+X`)3. Search for **Decodie**4. Click **Install**
Or install from the command line:
```bashcode --install-extension owenbush.decodie```
Next: [Configure a provider](/docs/provider-setup), then see the [VS Code guide](/docs/guides/vscode).```bashnpm install -g @owenbush/decodie-ui```
Then start the server in any project that has a `.decodie/` directory:
```bashdecodie serve```
This opens a web dashboard at `http://localhost:3000` showing your learning entries.
Next: [Configure a provider](/docs/provider-setup) to enable Q&A, then see the [Local UI guide](/docs/guides/local-ui).