mirror of
https://github.com/mue/mue.git
synced 2026-06-05 23:45:53 +02:00
- Add version-bump workflow for semantic versioning across all files - Add beta-release workflow for automated pre-release testing - Add production-release workflow with manual approval gates - Add hotfix-release workflow for emergency patches - Create comprehensive CONTRIBUTING.md with workflow guide - Create detailed RELEASE_PROCESS.md for maintainers - Add PR template with release checklists - Update CODEOWNERS to protect workflow files - Update README with contribution links - Remove /docs from .gitignore to allow documentation This implements a dev beta main branching strategy with: - Automated version management across 6 files - Changelog generation from conventional commits - GitHub Releases with build artifacts - Environment-based approvals for production - Back-merge support for hotfixes
88 lines
3.0 KiB
Markdown
88 lines
3.0 KiB
Markdown

|
|
|
|
<h1 align="center">Mue</h1>
|
|
|
|
<p align="center">A fast, open and free-to-use browser extension that gives a new, fresh and customisable tab page to modern browsers.</p>
|
|
|
|
<p align="center"><a href="https://muetab.com">muetab.com</a></p>
|
|
|
|
<div align="center">
|
|
|
|
[](https://chromewebstore.google.com/detail/mue/bngmbednanpcfochchhgbkookpiaiaid)
|
|
[](https://microsoftedge.microsoft.com/addons/detail/mue/aepnglgjfokepefimhbnibfjekidhmja)
|
|
[](https://addons.mozilla.org/en-GB/firefox/addon/mue/)
|
|
|
|
</div>
|
|
|
|
## 🤔 Why Mue?
|
|
|
|
- Beautiful and Minimalist Design
|
|
- Customisable Layout
|
|
- Widgets (such as weather, notes, bookmarks and more)
|
|
- Privacy-Focused - does not track your browsing activity
|
|
- Extensible with the Mue Marketplace
|
|
- Open Source under the BSD-3 License
|
|
|
|
## 🌶️ Installation
|
|
|
|
Mue can be downloaded on the following browsers:
|
|
|
|
- [Chrome](https://chromewebstore.google.com/detail/mue/bngmbednanpcfochchhgbkookpiaiaid)
|
|
- [Edge](https://microsoftedge.microsoft.com/addons/detail/mue/aepnglgjfokepefimhbnibfjekidhmja)
|
|
- [Firefox](https://addons.mozilla.org/en-GB/firefox/addon/mue/)
|
|
- [Whale](https://store.whale.naver.com/detail/ecllekeilcmicbfkkiknfdddbogibbnc)
|
|
|
|
and can be manually sideloaded on others using the files on [GitHub Releases](https://github.com/mue/mue/releases)
|
|
|
|
## 🚀 Demo
|
|
|
|
A fully-featured demo of the tab extension is available in-browser at [demo.muetab.com](https://demo.muetab.com)
|
|
|
|
## 💻 Development
|
|
|
|
Install dependencies with `bun install`, and then you can run any of the following scripts as needed:
|
|
|
|
- `bun run dev[:host]` - start development server
|
|
- `bun run build` - build production copy of Mue
|
|
- `bun run lint[:fix]` - run linter
|
|
- `bun run pretty` - run prettier
|
|
- `bun run translations` - migrate old translation format to new
|
|
- `bun run translations:percentages` - update translation completion percentages from Weblate
|
|
|
|
### Contributing
|
|
|
|
We welcome contributions! Please read [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on:
|
|
- Development workflow
|
|
- Branch strategy (dev → beta → main)
|
|
- Commit message format
|
|
- Pull request process
|
|
|
|
For maintainers, see [docs/RELEASE_PROCESS.md](docs/RELEASE_PROCESS.md) for release procedures.
|
|
|
|
## 🐳 Docker development
|
|
|
|
Hot reload is available while coding.
|
|
|
|
- `docker build -t mue-app .` - build the image
|
|
|
|
- `docker volume create dev-bun-app` - create a volume for the app
|
|
|
|
- `docker run -p 5173:5173 mue-app` - run the container
|
|
|
|
- `docker run -p 5173:5173 \
|
|
-v $(pwd):/app \
|
|
-v dev-bun-app:/app/node_modules \
|
|
mue-app
|
|
` - run the container
|
|
|
|
Navigate to http://localhost:5173
|
|
|
|
## 🌍 Translations
|
|
|
|
We use [Weblate](https://weblate.org) for translations. To get started, please visit the [project](https://hosted.weblate.org/projects/mue/) and look for the latest version to start translating Mue into your langauge.
|
|
|
|
## Attribution
|
|
|
|
[Pexels](https://pexels.com), [Unsplash](https://unsplash.com) - Stock photos used for offline mode <br/>
|
|
[Undraw](https://undraw.co) - Welcome modal images
|