🎉 Bootstrap extension

This commit is contained in:
2026-06-29 20:03:44 +02:00
commit dbc3cf729e
6 changed files with 284 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Vicinae Extension
Congratulations on generating your new Vicinae extension!
You can install the required dependencies and run your extension in development mode like so:
```bash
npm install
npm run dev
```
If you want to build the production bundle, simply run:
```bash
npm run build
```