Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luoling8192/chrome-auto-pip
https://github.com/luoling8192/chrome-auto-pip
Last synced: about 24 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/luoling8192/chrome-auto-pip
- Owner: luoling8192
- License: mit
- Created: 2023-12-26T17:08:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-26T17:08:07.000Z (about 1 year ago)
- Last Synced: 2025-01-07T18:19:01.918Z (2 days ago)
- Language: TypeScript
- Size: 968 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chrome Extension Starter
Chrome extension starter template with React, TypeScript, Vite and Tailwind.
Built from [Chrome Extension Starter](https://github.com/chibat/chrome-extension-typescript-starter)
## Development
```bash
# Install dependencies
pnpm install# Development
pnpm dev# Build
pnpm build
```