Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvcol/reddit-extension
Reddit browser extension built with Svelte.
https://github.com/dvcol/reddit-extension
chrome-extension extension reddit svelte typescript
Last synced: 13 days ago
JSON representation
Reddit browser extension built with Svelte.
- Host: GitHub
- URL: https://github.com/dvcol/reddit-extension
- Owner: dvcol
- License: mit
- Created: 2024-10-07T12:05:46.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T11:31:45.000Z (18 days ago)
- Last Synced: 2024-12-07T12:22:07.769Z (18 days ago)
- Topics: chrome-extension, extension, reddit, svelte, typescript
- Language: HTML
- Homepage: https://dvcol.github.io/reddit-extension/
- Size: 241 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Welcome to Reddit Peek
> description here
## Prerequisites- pnpm >=9.0.0
- node >=20.0.0## Install
```sh
pnpm install
```## Usage
```sh
pnpm dev
```See [package.json](https://github.com/dvcol/web-extension-template/blob/main/package.json) for other useful scripts.
## Run tests
```sh
pnpm test:unit
```## Author
* Github: [@dvcol](https://github.com/dvcol)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/dvcol/web-extension-template/issues).## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
This project is [MIT](https://github.com/dvcol/web-extension-template/blob/master/LICENSE) licensed.
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_