20 lines
328 B
Markdown
20 lines
328 B
Markdown
# mp-silma-ai-aide
|
|
|
|
Context-aware AI aide — project-agnostic tooling to give Silma better context for supporting any codebase or task.
|
|
|
|
## Development
|
|
|
|
Install dependencies:
|
|
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
Build the Chrome extension:
|
|
|
|
```bash
|
|
npm run build
|
|
```
|
|
|
|
Load the generated `dist/` folder in Chrome as an unpacked extension.
|