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

https://github.com/ryanleecode/chrome-ext-template


https://github.com/ryanleecode/chrome-ext-template

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Chrome Extension Template

## Prerequisites

```sh
npm install netlify-cli -g
```

## Features

- Hotreloading
- Parcel bundling
- Netlify Lambda Function

## Development

### Terminal 1

```sh
netlify dev
```

### Terminal 2

```sh
npm run web-ext:brave
```

## Build

```sh
npm run build
```

Then use "Load Unpacked" in `brave://extensions/`.