Files
vicinae-gitmoji/README.md
T
2026-06-29 20:28:01 +02:00

294 B

Vicinae Extension

Congratulations on generating your new Vicinae extension!

You can install the required dependencies and run your extension in development mode like so:

npm install
npm run dev

If you want to build the production bundle, simply run:

npm run build