Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ospoon/key-prompt

An extension that displays the keys being operated.
https://github.com/ospoon/key-prompt

Last synced: 8 days ago
JSON representation

An extension that displays the keys being operated.

Awesome Lists containing this project

README

        

# key-prompt

> An extension that displays the keys being operated.

https://github.com/user-attachments/assets/0ac36402-8086-43e5-a8cd-d5cffa3b9568

## Scripts Available

In the project directory, you can run:

### npm dev

```
// Runs the app in the development mode.
// Will open a new browser instance with your extension loaded.
// The page will reload when you make changes.
npm dev
```

### npm start

```
// Runs the app in the production mode.
// Will open a new browser instance with your extension loaded.
// This is how your browser extension will work once published.
npm start
```

### npm build

```
// Builds the app for production.
// Bundles your browser extension in production mode for the target browser.
npm run build
```

## Learn More

You can learn more in the [Extension.js](https://extension.js.org) documentation.