📝 Update README
This commit is contained in:
@@ -1,14 +1,16 @@
|
|||||||
# Vicinae Extension
|
# Vicinae Gitmoji Extension
|
||||||
|
|
||||||
Congratulations on generating your new Vicinae extension!
|
This extension shows a list of [gitmojis](https://gitmoji.dev) and copies their code (either as text or as unicode) to the clipboard.
|
||||||
|
|
||||||
You can install the required dependencies and run your extension in development mode like so:
|
You can install the required dependencies and run the extension in development mode like so:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install
|
npm install
|
||||||
npm run dev
|
npm run dev
|
||||||
```
|
```
|
||||||
If you want to build the production bundle, simply run:
|
|
||||||
|
If you want to build and install the production bundle, simply run:
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run build
|
npm run build
|
||||||
|
|||||||
Reference in New Issue
Block a user